com.pdflib
Class PLOPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pdflib.PLOPException
- All Implemented Interfaces:
- java.io.Serializable
public class PLOPException
- extends java.lang.Exception
PDFlib PLOP: PDF Linearization, Optimization, Protection
Exception handling for PLOP.
- Version:
- 5.0p3
- Author:
- Rainer Schaaf
- See Also:
- Serialized Form
Method Summary |
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. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PLOPException
public PLOPException()
PLOPException
public PLOPException(java.lang.String msg)
PLOPException
public PLOPException(java.lang.String msg,
int errnum,
java.lang.String apiname)
get_errmsg
public java.lang.String get_errmsg()
- Map standard getMessage method to get_errmsg.
get_errnum
public int get_errnum()
- Get the error number of the exception.
get_apiname
public java.lang.String get_apiname()
- Get the name of the API function which caused the exception.