public class SimpleErrorListener extends Object implements ErrorListener
| Constructor and Description |
|---|
SimpleErrorListener(org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException arg0) |
void |
fatalError(TransformerException arg0) |
StringBuffer |
getAllMessages() |
boolean |
hasErrors() |
void |
warning(TransformerException arg0) |
public SimpleErrorListener(org.apache.commons.logging.Log log)
public void error(TransformerException arg0) throws TransformerException
error in interface ErrorListenerTransformerExceptionpublic void fatalError(TransformerException arg0) throws TransformerException
fatalError in interface ErrorListenerTransformerExceptionpublic void warning(TransformerException arg0) throws TransformerException
warning in interface ErrorListenerTransformerExceptionpublic boolean hasErrors()
public StringBuffer getAllMessages()
Copyright © 2020 Mice S.r.l. All rights reserved.