Package com.pdflib
Class PDFlibException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pdflib.PDFlibException
-
- All Implemented Interfaces:
java.io.Serializable
public class PDFlibException extends java.lang.ExceptionPDFlib - A library for generating PDF on the fly Exception handling for PDFlib.- Version:
- 7.0.5p3
- Author:
- Rainer Schaaf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFlibException()PDFlibException(java.lang.String msg)PDFlibException(java.lang.String msg, int errnum, java.lang.String apiname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget_apiname()Get the name of the API function which caused the exception.java.lang.Stringget_errmsg()Map standard getMessage method to get_errmsg.intget_errnum()Get the error number of the exception.
-