public interface ErrorListener
Modifier and Type | Method and Description |
---|---|
void |
error(TransformerException exception)
Reports a recoverable error.
|
void |
fatalError(TransformerException exception)
Reports a fatal error.
|
void |
warning(TransformerException exception)
Reports a warning condition.
|
void warning(TransformerException exception) throws TransformerException
TransformerException
void error(TransformerException exception) throws TransformerException
TransformerException
void fatalError(TransformerException exception) throws TransformerException
TransformerException