public class PDFlibException
extends java.lang.Exception
| Constructor and Description |
|---|
PDFlibException() |
PDFlibException(java.lang.String msg) |
PDFlibException(java.lang.String msg,
int errnum,
java.lang.String apiname) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get_apiname()
Get the name of the API function which caused the exception.
|
java.lang.String |
get_errmsg()
Map standard getMessage method to get_errmsg.
|
int |
get_errnum()
Get the error number of the exception.
|