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