Class PdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gitlab.pdftk_java.com.lowagie.text.DocumentException
com.gitlab.pdftk_java.com.lowagie.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 aPdfException
whithout a message.PdfException
(String message) Constructs aPdfException
with a message. -
Method Summary
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.DocumentException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial version UID- See Also:
-
-
Constructor Details
-
PdfException
-
PdfException
PdfException()Constructs aPdfException
whithout a message. -
PdfException
PdfException(String message) Constructs aPdfException
with a message.- Parameters:
message
- a message describing the exception
-