public class PDFGError extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static String |
m_componentUID |
Constructor and Description |
---|
PDFGError(int errorCode) |
PDFGError(int errorCode,
Object message) |
PDFGError(int errorCode,
Object arg1,
Object arg2) |
PDFGError(int errorCode,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentUID() |
int |
getErrorCode() |
String |
getLocalizedMessage() |
String |
getLocalizedMessage(Locale locale) |
String |
getLocalizedMessage(String localeName) |
String |
getMessage() |
void |
setFallbackConverterException(PDFGBaseException fallbackConverterException) |
String |
toString() |
protected static String m_componentUID
public PDFGError(int errorCode, Throwable cause)
public PDFGError(int errorCode)
public PDFGError(int errorCode, Object message)
public void setFallbackConverterException(PDFGBaseException fallbackConverterException)
public String getComponentUID()
public String getLocalizedMessage()
public String getMessage()
public int getErrorCode()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.