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 TypeMethodDescriptionvoidThis method handles theSVGGraphics2DIOException.voidThis method handles theSVGGraphics2DRuntimeException.
-
Method Details
-
handleError
This method handles theSVGGraphics2DIOException.- Throws:
SVGGraphics2DIOException
-
handleError
This method handles theSVGGraphics2DRuntimeException.- Throws:
SVGGraphics2DRuntimeException
-