Uses of Interface
org.apache.batik.transcoder.ErrorHandler
Packages that use ErrorHandler
Package
Description
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
-
Uses of ErrorHandler in org.apache.batik.transcoder
Classes in org.apache.batik.transcoder that implement ErrorHandlerModifier and TypeClassDescriptionclass
A defaultErrorHandler
that throws aTranscoderException
when a fatal error occured and display a message when a warning or an error occured.Fields in org.apache.batik.transcoder declared as ErrorHandlerModifier and TypeFieldDescriptionprotected ErrorHandler
TranscoderSupport.handler
The error handler used to report warnings and errors.Methods in org.apache.batik.transcoder that return ErrorHandlerModifier and TypeMethodDescriptionTranscoder.getErrorHandler()
Returns the error handler this transcoder uses to report warnings and errors, or null if any.TranscoderSupport.getErrorHandler()
Returns the error handler this transcoder uses to report warnings and errors, or null if any.Methods in org.apache.batik.transcoder with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
Transcoder.setErrorHandler
(ErrorHandler handler) Sets the error handler this transcoder may use to report warnings and errors.void
TranscoderSupport.setErrorHandler
(ErrorHandler handler) Sets the error handler this transcoder may use to report warnings and errors. -
Uses of ErrorHandler in org.apache.batik.transcoder.svg2svg
Fields in org.apache.batik.transcoder.svg2svg declared as ErrorHandlerModifier and TypeFieldDescriptionstatic final ErrorHandler
SVGTranscoder.DEFAULT_ERROR_HANDLER
The default error handler.protected ErrorHandler
PrettyPrinter.errorHandler
The error handler.