Package cl.obcom.desktopfx.util
Class XmlErrorListener
java.lang.Object
cl.obcom.desktopfx.util.XmlErrorListener
- All Implemented Interfaces:
ErrorListener
ErrorListener that re-throws all exceptions it receives.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(TransformerException exception) Receive notification of a recoverable error.void
fatalError
(TransformerException exception) Receive notification of a non-recoverable error.void
warning
(TransformerException exception) ErrorListener notification of a warning.
-
Constructor Details
-
XmlErrorListener
public XmlErrorListener()
-
-
Method Details
-
warning
ErrorListener notification of a warning.- Specified by:
warning
in interfaceErrorListener
- Throws:
TransformerException
-
error
Receive notification of a recoverable error.- Specified by:
error
in interfaceErrorListener
- Throws:
TransformerException
-
fatalError
Receive notification of a non-recoverable error.- Specified by:
fatalError
in interfaceErrorListener
- Throws:
TransformerException
-