public class XsltErrorListener extends Object implements ErrorListener
ErrorListener which logs the errors and rethrow the exceptions for error and fatal conditions.| Constructor and Description |
|---|
XsltErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException e) |
void |
fatalError(TransformerException e) |
void |
warning(TransformerException e) |
public XsltErrorListener()
public void warning(TransformerException e) throws TransformerException
warning in interface ErrorListenerTransformerExceptionpublic void error(TransformerException e) throws TransformerException
error in interface ErrorListenerTransformerExceptionpublic void fatalError(TransformerException e) throws TransformerException
fatalError in interface ErrorListenerTransformerExceptionApache Camel