public class PDFException extends Exception
| Constructor and Description | 
|---|
PDFException(String msg)
PDFException with a simple error message. 
 | 
PDFException(String msg,
            Throwable cause)
PDFException with an error message and an underlying cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDFException(String msg)
msg - The message for the exception.