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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(TransformerException exception) void
fatalError
(TransformerException exception) void
warning
(TransformerException exception)
-
Constructor Details
-
IgnoreErrorHandler
public IgnoreErrorHandler()
-
-
Method Details
-
fatalError
- Specified by:
fatalError
in interfaceErrorListener
-
error
- Specified by:
error
in interfaceErrorListener
-
warning
- Specified by:
warning
in interfaceErrorListener
-