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