Package net.ionite.docval.xml
Class IgnoreErrorHandler
java.lang.Object
net.ionite.docval.xml.IgnoreErrorHandler
- All Implemented Interfaces:
ErrorListener
Make the transformer silent on errors (these are handled through the
exception that is thrown
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(TransformerException exception) voidfatalError(TransformerException exception) voidwarning(TransformerException exception)
-
Constructor Details
-
IgnoreErrorHandler
public IgnoreErrorHandler()
-
-
Method Details
-
fatalError
- Specified by:
fatalErrorin interfaceErrorListener
-
error
- Specified by:
errorin interfaceErrorListener
-
warning
- Specified by:
warningin interfaceErrorListener
-