Package net.sf.saxon.lib
Class ErrorGatherer
- java.lang.Object
-
- net.sf.saxon.lib.ErrorGatherer
-
- All Implemented Interfaces:
ErrorListener,UnfailingErrorListener
public class ErrorGatherer extends Object implements UnfailingErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description (package private) List<StaticError>errorList
-
Constructor Summary
Constructors Constructor Description ErrorGatherer(List<StaticError> errorList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(TransformerException exception)voidfatalError(TransformerException exception)voidwarning(TransformerException exception)
-
-
-
Field Detail
-
errorList
List<StaticError> errorList
-
-
Constructor Detail
-
ErrorGatherer
public ErrorGatherer(List<StaticError> errorList)
-
-
Method Detail
-
warning
public void warning(TransformerException exception)
- Specified by:
warningin interfaceErrorListener- Specified by:
warningin interfaceUnfailingErrorListener
-
error
public void error(TransformerException exception)
- Specified by:
errorin interfaceErrorListener- Specified by:
errorin interfaceUnfailingErrorListener
-
fatalError
public void fatalError(TransformerException exception)
- Specified by:
fatalErrorin interfaceErrorListener- Specified by:
fatalErrorin interfaceUnfailingErrorListener
-
-