com.qoppa.pdf
Class PDFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qoppa.pdf.PDFException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PDFSecurityException
public class PDFException
- extends Exception
General exception thrown when there is any errors reading or
displaying a PDF file. An error message can be retrieved using
the getMessage() method.
- Author:
- Qoppa Software
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PDFException
public PDFException(String msg)
- PDFException with a simple error message.
PDFException
public PDFException(String msg,
Throwable cause)
- PDFException with an error message and an underlying cause.