public class PDFGBaseException extends Exception implements Serializable
Constructor and Description |
---|
PDFGBaseException(PDFGError error) |
PDFGBaseException(PDFGError error,
ExceptionStackTrace arg1) |
PDFGBaseException(PDFGError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
void |
setFallbackConversionException(PDFGBaseException fallbackConverterException) |
String |
toString()
Get a human-readable representation of this
DSCException . |
public PDFGBaseException(PDFGError error, ExceptionStackTrace arg1)
error
- arg1
- public PDFGBaseException(PDFGError error, Throwable cause)
error
- cause
- public PDFGBaseException(PDFGError error)
error
- public void setFallbackConversionException(PDFGBaseException fallbackConverterException)
public String toString()
Get a human-readable representation of this DSCException
.
The message consists of three parts. The first part provides the
componentUID, the errorCode, and the minorCode if the minorCode is
specified in the DSCError
The second part of the detail
message is the getClass.getName()
string. The last part of
the detail message is retrieved by getLocalizedMessage().
public int getErrorCode()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.