Class SaxParserErrorHandler
java.lang.Object
ch.tocco.nice2.reporting.impl.freemarker.handlers.xml.SaxParserErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException error) voidfatalError(SAXParseException error) voidwarning(SAXParseException error)
-
Constructor Details
-
SaxParserErrorHandler
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-