org.apache.batik.svggen

Interface ErrorHandler

public interface ErrorHandler

The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
Method Summary
voidhandleError(SVGGraphics2DIOException ex)
This method handles the SVGGraphics2DIOException.
voidhandleError(SVGGraphics2DRuntimeException ex)
This method handles the SVGGraphics2DRuntimeException.

Method Detail

handleError

public void handleError(SVGGraphics2DIOException ex)
This method handles the SVGGraphics2DIOException.

handleError

public void handleError(SVGGraphics2DRuntimeException ex)
This method handles the SVGGraphics2DRuntimeException.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.