Class XmlErrorHandler
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.XmlErrorHandler
 
- 
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
 
 public class XmlErrorHandler extends java.lang.Object implements org.xml.sax.ErrorHandler
- 
- 
Constructor SummaryConstructors Constructor Description XmlErrorHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(org.xml.sax.SAXParseException exception)voidfatalError(org.xml.sax.SAXParseException exception)java.util.List<org.xml.sax.SAXParseException>getErrors()java.util.List<org.xml.sax.SAXParseException>getWarnings()voidlogFindings(Log log, java.lang.String source)voidwarning(org.xml.sax.SAXParseException exception)
 
- 
- 
- 
Method Detail- 
errorpublic void error(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException- Specified by:
- errorin interface- org.xml.sax.ErrorHandler
- Throws:
- org.xml.sax.SAXException
 
 - 
fatalErrorpublic void fatalError(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException- Specified by:
- fatalErrorin interface- org.xml.sax.ErrorHandler
- Throws:
- org.xml.sax.SAXException
 
 - 
warningpublic void warning(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException- Specified by:
- warningin interface- org.xml.sax.ErrorHandler
- Throws:
- org.xml.sax.SAXException
 
 - 
getErrorspublic java.util.List<org.xml.sax.SAXParseException> getErrors() 
 - 
getWarningspublic java.util.List<org.xml.sax.SAXParseException> getWarnings() 
 - 
logFindingspublic void logFindings(Log log, java.lang.String source) 
 
- 
 
-