java.lang.Object
io.sf.carte.echosvg.svggen.DefaultErrorHandler
- All Implemented Interfaces:
- ErrorHandler
The 
ErrorHandler interface allows you to specialize how the
 error will be set on an SVG Element.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis method handles theSVGGraphics2DIOException.voidThis method handles theSVGGraphics2DRuntimeException.
- 
Constructor Details- 
DefaultErrorHandlerpublic DefaultErrorHandler()
 
- 
- 
Method Details- 
handleErrorThis method handles theSVGGraphics2DIOException. The default implementation re-throws the exception.- Specified by:
- handleErrorin interface- ErrorHandler
- Throws:
- SVGGraphics2DIOException
 
- 
handleErrorThis method handles theSVGGraphics2DRuntimeException. The default implementation print the exception message.- Specified by:
- handleErrorin interface- ErrorHandler
- Throws:
- SVGGraphics2DRuntimeException
 
 
-