|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.svggen.DefaultErrorHandler
The ErrorHandler
interface allows you to specialize
how the error will be set on an SVG Element
.
Constructor Summary | |
DefaultErrorHandler()
|
Method Summary | |
void |
handleError(SVGGraphics2DIOException ex)
This method handles the SVGGraphics2DIOException . |
void |
handleError(SVGGraphics2DRuntimeException ex)
This method handles the SVGGraphics2DRuntimeException . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultErrorHandler()
Method Detail |
public void handleError(SVGGraphics2DIOException ex) throws SVGGraphics2DIOException
SVGGraphics2DIOException
. The default
implementation re-throws the exception.
handleError
in interface ErrorHandler
SVGGraphics2DIOException
public void handleError(SVGGraphics2DRuntimeException ex) throws SVGGraphics2DRuntimeException
SVGGraphics2DRuntimeException
.
The default implementation print the exception message.
handleError
in interface ErrorHandler
SVGGraphics2DRuntimeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |