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.- Version:
- $Id: ErrorHandler.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method handles theSVGGraphics2DIOException.voidThis method handles theSVGGraphics2DRuntimeException.
-
Method Details
-
handleError
This method handles theSVGGraphics2DIOException.- Throws:
SVGGraphics2DIOException
-
handleError
This method handles theSVGGraphics2DRuntimeException.- Throws:
SVGGraphics2DRuntimeException
-