public class DefaultErrorListener extends Object implements ErrorListener
| Constructor and Description |
|---|
DefaultErrorListener(org.apache.commons.logging.Log log)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException exc) |
void |
fatalError(TransformerException exc) |
void |
warning(TransformerException exc) |
public DefaultErrorListener(org.apache.commons.logging.Log 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 © 2021 Apache Software Foundation. All rights reserved.