public class TETException
extends java.lang.Exception
Constructor and Description |
---|
TETException()
PDFlibException()
|
TETException(java.lang.String msg)
PDFlibException(String msg)
|
TETException(java.lang.String msg,
int errnum,
java.lang.String apiname)
PDFlibException(String msg, int errnum, 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.
|
public TETException()
public TETException(java.lang.String msg)
msg
- msgpublic TETException(java.lang.String msg, int errnum, java.lang.String apiname)
msg
- msgerrnum
- errnumapiname
- apinamepublic java.lang.String get_errmsg()
public int get_errnum()
public java.lang.String get_apiname()