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