Class PdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.text.DocumentException
com.itextpdf.text.pdf.PdfException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadPdfFormatException
Signals that an unspecified problem while constructing a PDF document.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPdfExceptionwithout a message.PdfException(String message) Constructs aPdfExceptionwith a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PdfException
-
PdfException
PdfException()Constructs aPdfExceptionwithout a message. -
PdfException
PdfException(String message) Constructs aPdfExceptionwith a message.- Parameters:
message- a message describing the exception
-