@Override
 public void fatalError(org.xml.sax.SAXParseException saxParseException)
     throws org.xml.sax.SAXException {
   saxParseException.printStackTrace();
   super.fatalError(saxParseException);
 }
 @Override
 public void warning(org.xml.sax.SAXParseException saxParseException)
     throws org.xml.sax.SAXException {
   saxParseException.printStackTrace();
   super.warning(saxParseException);
 }