org.apache.batik.apps.rasterizer
public class SVGConverterException extends Exception
Field Summary | |
---|---|
protected String | errorCode
Error code |
protected Object[] | errorInfo
Additional information about the error condition |
protected boolean | isFatal
Defines whether or not this is a fatal error condition |
Constructor Summary | |
---|---|
SVGConverterException(String errorCode) | |
SVGConverterException(String errorCode, Object[] errorInfo) | |
SVGConverterException(String errorCode, Object[] errorInfo, boolean isFatal) | |
SVGConverterException(String errorCode, boolean isFatal) |
Method Summary | |
---|---|
String | getErrorCode() |
String | getMessage() |
boolean | isFatal() |