org.apache.batik.apps.rasterizer

Class SVGConverterException

public class SVGConverterException extends Exception

Describes an error condition in SVGConverter
Field Summary
protected StringerrorCode
Error code
protected Object[]errorInfo
Additional information about the error condition
protected booleanisFatal
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
StringgetErrorCode()
StringgetMessage()
booleanisFatal()

Field Detail

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

Constructor Detail

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)

Method Detail

getErrorCode

public String getErrorCode()

getMessage

public String getMessage()

isFatal

public boolean isFatal()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.