Package org.loboevolution.pdfview
Class PDFParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.loboevolution.pdfview.PDFParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PDFAuthenticationFailureException
an exception class for recording parse errors in the PDF file
Author Mike Wessler
- See Also:
-
Constructor Summary
ConstructorDescriptionPDFParseException
(String msg) Constructor for PDFParseException.PDFParseException
(String msg, Throwable cause) Constructor for PDFParseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString