Package org.apache.camel.component.xslt
Class XsltErrorListener
java.lang.Object
org.apache.camel.component.xslt.XsltErrorListener
- All Implemented Interfaces:
ErrorListener
ErrorListener which logs the errors and rethrow the exceptions for error and fatal conditions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
XsltErrorListener
public XsltErrorListener()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorListener- Throws:
TransformerException
-
error
- Specified by:
errorin interfaceErrorListener- Throws:
TransformerException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorListener- Throws:
TransformerException
-