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