public class SVGConverterException extends Exception
SVGConverter
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SVGConverterException(String errorCode) |
SVGConverterException(String errorCode,
boolean isFatal) |
SVGConverterException(String errorCode,
Object[] errorInfo) |
SVGConverterException(String errorCode,
Object[] errorInfo,
boolean isFatal) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
boolean |
isFatal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String errorCode
protected Object[] errorInfo
protected boolean isFatal
public SVGConverterException(String errorCode)
public SVGConverterException(String errorCode, Object[] errorInfo, boolean isFatal)
public SVGConverterException(String errorCode, boolean isFatal)
public boolean isFatal()
public String getMessage()
getMessage
in class Throwable
public String getErrorCode()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.