public interface ErrorHandler
ErrorHandler interface allows you to specialize
how the error will be set on an SVG Element.| Modifier and Type | Method and Description |
|---|---|
void |
handleError(SVGGraphics2DIOException ex)
This method handles the
SVGGraphics2DIOException. |
void |
handleError(SVGGraphics2DRuntimeException ex)
This method handles the
SVGGraphics2DRuntimeException. |
void handleError(SVGGraphics2DIOException ex) throws SVGGraphics2DIOException
SVGGraphics2DIOException.SVGGraphics2DIOExceptionvoid handleError(SVGGraphics2DRuntimeException ex) throws SVGGraphics2DRuntimeException
SVGGraphics2DRuntimeException.SVGGraphics2DRuntimeExceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.