public class ErrorGatherer extends Object implements UnfailingErrorListener
| Modifier and Type | Field and Description |
|---|---|
(package private) List<StaticError> |
errorList |
| Constructor and Description |
|---|
ErrorGatherer(List<StaticError> errorList) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(TransformerException exception) |
void |
fatalError(TransformerException exception) |
void |
warning(TransformerException exception) |
List<StaticError> errorList
public ErrorGatherer(List<StaticError> errorList)
public void warning(TransformerException exception)
warning in interface ErrorListenerwarning in interface UnfailingErrorListenerpublic void error(TransformerException exception)
error in interface ErrorListenererror in interface UnfailingErrorListenerpublic void fatalError(TransformerException exception)
fatalError in interface ErrorListenerfatalError in interface UnfailingErrorListener