Uses of Interface
org.apache.batik.transcoder.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.org.apache.batik.transcoder.svg2svg -
-
Uses of ErrorHandler in org.apache.batik.transcoder
Classes in org.apache.batik.transcoder that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerA defaultErrorHandlerthat throws aTranscoderExceptionwhen a fatal error occured and display a message when a warning or an error occured.Fields in org.apache.batik.transcoder declared as ErrorHandler Modifier and Type Field Description (package private) static ErrorHandlerTranscoderSupport. defaultErrorHandlerprotected ErrorHandlerTranscoderSupport. handlerThe error handler used to report warnings and errors.Methods in org.apache.batik.transcoder that return ErrorHandler Modifier and Type Method Description ErrorHandlerTranscoder. getErrorHandler()Returns the error handler this transcoder uses to report warnings and errors, or null if any.ErrorHandlerTranscoderSupport. 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 ErrorHandler Modifier and Type Method Description voidTranscoder. setErrorHandler(ErrorHandler handler)Sets the error handler this transcoder may use to report warnings and errors.voidTranscoderSupport. 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 ErrorHandler Modifier and Type Field Description static ErrorHandlerSVGTranscoder. DEFAULT_ERROR_HANDLERThe default error handler.protected ErrorHandlerPrettyPrinter. errorHandlerThe error handler.
-