public class LoggingErrorListener extends Object implements ErrorListener
| Constructor and Description |
|---|
LoggingErrorListener() |
LoggingErrorListener(Logger pLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException e) |
void |
fatalError(TransformerException e) |
void |
warning(TransformerException e) |
public LoggingErrorListener()
public LoggingErrorListener(Logger pLog)
public void error(TransformerException e) throws TransformerException
error in interface ErrorListenerTransformerExceptionpublic void fatalError(TransformerException e) throws TransformerException
fatalError in interface ErrorListenerTransformerExceptionpublic void warning(TransformerException e) throws TransformerException
warning in interface ErrorListenerTransformerExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.