org.apache.batik.svggen
public class DefaultErrorHandler extends Object implements ErrorHandler
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 .
|
SVGGraphics2DIOException
. The default
implementation re-throws the exception.SVGGraphics2DRuntimeException
.
The default implementation print the exception message.