Package com.norconex.commons.lang.xml
Class ErrorHandlerFailer
java.lang.Object
com.norconex.commons.lang.xml.ErrorHandlerFailer
- All Implemented Interfaces:
ErrorHandler
Fails upon encountering first XML validation errors by throwing an
XmlValidationException.
as error.- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
ErrorHandlerFailer
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-