Package org.apache.batik.apps.rasterizer
Class SVGConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.batik.apps.rasterizer.SVGConverterException
- All Implemented Interfaces:
Serializable
Describes an error condition in
SVGConverter
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVGConverterException
(String errorCode) SVGConverterException
(String errorCode, boolean isFatal) SVGConverterException
(String errorCode, Object[] errorInfo) SVGConverterException
(String errorCode, Object[] errorInfo, boolean isFatal) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
Error code -
errorInfo
Additional information about the error condition -
isFatal
protected boolean isFatalDefines whether or not this is a fatal error condition
-
-
Constructor Details
-
SVGConverterException
-
SVGConverterException
-
SVGConverterException
-
SVGConverterException
-
-
Method Details
-
isFatal
public boolean isFatal() -
getMessage
- Overrides:
getMessage
in classThrowable
-
getErrorCode
-