Uses of Class
org.apache.batik.svggen.SVGGraphics2DRuntimeException
Packages that use SVGGraphics2DRuntimeException
Package
Description
Provides an API on top of the
AbstractGraphics2D
to translate
Java 2D primitives into the SVG format.-
Uses of SVGGraphics2DRuntimeException in org.apache.batik.svggen
Methods in org.apache.batik.svggen with parameters of type SVGGraphics2DRuntimeExceptionModifier and TypeMethodDescriptionvoid
DefaultErrorHandler.handleError
(SVGGraphics2DRuntimeException ex) This method handles theSVGGraphics2DRuntimeException
.void
ErrorHandler.handleError
(SVGGraphics2DRuntimeException ex) This method handles theSVGGraphics2DRuntimeException
.Methods in org.apache.batik.svggen that throw SVGGraphics2DRuntimeExceptionModifier and TypeMethodDescriptionvoid
DefaultErrorHandler.handleError
(SVGGraphics2DRuntimeException ex) This method handles theSVGGraphics2DRuntimeException
.void
ErrorHandler.handleError
(SVGGraphics2DRuntimeException ex) This method handles theSVGGraphics2DRuntimeException
.