org.apache.fop.svg
Class AbstractFOPTranscoder.FOPErrorHandler
java.lang.Object
org.apache.fop.svg.AbstractFOPTranscoder.FOPErrorHandler
- AbstractFOPTranscoder
- ErrorHandler
protected class AbstractFOPTranscoder.FOPErrorHandler
extends java.lang.Object
implements ErrorHandler
This is the default transcoder error handler for FOP. It logs error
to an Commons Logger instead of to System.out. The remaining behaviour
is the same as Batik's DefaultErrorHandler.
error
public void error(TranscoderException te)
throws TranscoderException
fatalError
public void fatalError(TranscoderException te)
throws TranscoderException
warning
public void warning(TranscoderException te)
throws TranscoderException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.