|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandler
The ErrorHandler
interface allows you to specialize
how the error will be set on an SVG Element
.
Method Summary | |
---|---|
void |
handleError(SVGGraphics2DIOException ex)
This method handles the SVGGraphics2DIOException . |
void |
handleError(SVGGraphics2DRuntimeException ex)
This method handles the SVGGraphics2DRuntimeException . |
Method Detail |
---|
void handleError(SVGGraphics2DIOException ex) throws SVGGraphics2DIOException
SVGGraphics2DIOException
.
SVGGraphics2DIOException
void handleError(SVGGraphics2DRuntimeException ex) throws SVGGraphics2DRuntimeException
SVGGraphics2DRuntimeException
.
SVGGraphics2DRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |