Ejemplo n.º 1
0
 public void error(SAXParseException exception) throws SAXException {
   try {
     super.error(exception);
   } catch (SAXException e) {
     throw new SAXException(new UserException(e));
   }
 }