Package org.openremote.container.xml
Class SAXParser.SimpleErrorHandler
java.lang.Object
org.openremote.container.xml.SAXParser.SimpleErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- SAXParser
Always throws exceptions and stops parsing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
SimpleErrorHandler
public SimpleErrorHandler()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-