public class DefaultErrorListener extends Object implements ErrorListener
| Constructor and Description |
|---|
DefaultErrorListener(org.slf4j.Logger log)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException exc) |
void |
fatalError(TransformerException exc) |
void |
warning(TransformerException exc) |
public DefaultErrorListener(org.slf4j.Logger log)
log - the log instance to send log events topublic void warning(TransformerException exc)
warning in interface ErrorListenerpublic void error(TransformerException exc) throws TransformerException
error in interface ErrorListenerTransformerExceptionpublic void fatalError(TransformerException exc) throws TransformerException
fatalError in interface ErrorListenerTransformerExceptionCopyright © 2007-2022. All Rights Reserved.