|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.gv.egiz.pdfas.api.exceptions.PdfAsException
This exception is the base for all PDF-AS exceptions.
Every PDF-AS Exception has an error code.
| Field Summary | |
protected int |
errorCode
The error code. |
| Constructor Summary | |
PdfAsException(int errorCode,
String message)
Constructor. |
|
PdfAsException(int errorCode,
String message,
Throwable cause)
Constructor. |
|
PdfAsException(int errorCode,
Throwable cause)
Constructor. |
|
| Method Summary | |
int |
getErrorCode()
Returns the error code of this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int errorCode
| Constructor Detail |
public PdfAsException(int errorCode,
String message)
errorCode - The error code.message - The detail message.
public PdfAsException(int errorCode,
String message,
Throwable cause)
errorCode - The error code.message - The detail message.cause - The cause.
public PdfAsException(int errorCode,
Throwable cause)
errorCode - The error code.cause - The cause.| Method Detail |
public int getErrorCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||