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
public class SVGConverterException
- extends Exception
Describes an error condition in SVGConverter
- See Also:
- Serialized Form
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 |
errorCode
protected String errorCode
- Error code
errorInfo
protected Object[] errorInfo
- Additional information about the error condition
isFatal
protected boolean isFatal
- Defines whether or not this is a fatal error condition
SVGConverterException
public SVGConverterException(String errorCode)
SVGConverterException
public SVGConverterException(String errorCode,
Object[] errorInfo)
SVGConverterException
public SVGConverterException(String errorCode,
Object[] errorInfo,
boolean isFatal)
SVGConverterException
public SVGConverterException(String errorCode,
boolean isFatal)
isFatal
public boolean isFatal()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getErrorCode
public String getErrorCode()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.