Package org.apache.fop.util
Class DefaultErrorListener
java.lang.Object
org.apache.fop.util.DefaultErrorListener
- All Implemented Interfaces:
ErrorListener
Standard ErrorListener implementation for in-FOP use. Some Xalan-J versions don't properly
re-throw exceptions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Field Details
-
log
private org.apache.commons.logging.Log log
-
-
Constructor Details
-
DefaultErrorListener
public DefaultErrorListener(org.apache.commons.logging.Log log) Main constructor- Parameters:
log
- the log instance to send log events to
-
-
Method Details
-
warning
- Specified by:
warning
in interfaceErrorListener
-
error
- Specified by:
error
in interfaceErrorListener
- Throws:
TransformerException
-
fatalError
- Specified by:
fatalError
in interfaceErrorListener
- Throws:
TransformerException
-