org.apache.batik.svggen
Interface ErrorHandler
- All Known Implementing Classes:
- DefaultErrorHandler
- public interface ErrorHandler
The ErrorHandler
interface allows you to specialize
how the error will be set on an SVG Element
.
handleError
public void handleError(SVGGraphics2DIOException ex)
throws SVGGraphics2DIOException
- This method handles the
SVGGraphics2DIOException
.
handleError
public void handleError(SVGGraphics2DRuntimeException ex)
throws SVGGraphics2DRuntimeException
- This method handles the
SVGGraphics2DRuntimeException
.
Copyright © 2002 Apache Software Foundation. All Rights Reserved.