Package org.apache.batik.svggen
Interface ErrorHandler
- All Known Implementing Classes:
DefaultErrorHandler
public interface ErrorHandler
The
ErrorHandler
interface allows you to specialize
how the error will be set on an SVG Element
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method handles theSVGGraphics2DIOException
.void
This method handles theSVGGraphics2DRuntimeException
.
-
Method Details
-
handleError
This method handles theSVGGraphics2DIOException
.- Throws:
SVGGraphics2DIOException
-
handleError
This method handles theSVGGraphics2DRuntimeException
.- Throws:
SVGGraphics2DRuntimeException
-