org.apache.batik.transcoder
public interface ErrorHandler
| Method Summary | |
|---|---|
| void | error(TranscoderException ex)
Invoked when an error occured while transcoding. |
| void | fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding. |
| void | warning(TranscoderException ex)
Invoked when a warning occured while transcoding. |
Parameters: ex the error informations encapsulated in a TranscoderException
Throws: TranscoderException if the method want to forward the exception
Parameters: ex the fatal error informations encapsulated in a TranscoderException
Throws: TranscoderException if the method want to forward the exception
Parameters: ex the warning informations encapsulated in a TranscoderException
Throws: TranscoderException if the method want to forward the exception