org.apache.camel.builder.xml
Class XsltErrorListener
java.lang.Object
org.apache.camel.builder.xml.XsltErrorListener
- All Implemented Interfaces:
- ErrorListener
public class XsltErrorListener
- extends Object
- implements ErrorListener
ErrorListener which logs the errors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsltErrorListener
public XsltErrorListener()
warning
public void warning(TransformerException e)
throws TransformerException
- Specified by:
warning in interface ErrorListener
- Throws:
TransformerException
error
public void error(TransformerException e)
throws TransformerException
- Specified by:
error in interface ErrorListener
- Throws:
TransformerException
fatalError
public void fatalError(TransformerException e)
throws TransformerException
- Specified by:
fatalError in interface ErrorListener
- Throws:
TransformerException
Apache CAMEL