Package com.aowagie.text.pdf
Class PdfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aowagie.text.DocumentException
-
- com.aowagie.text.pdf.PdfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadPdfFormatException
class PdfException extends DocumentException
Signals that an unspecified problem while constructing a PDF document.- See Also:
BadPdfFormatException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PdfException()
Constructs aPdfException
without a message.PdfException(java.lang.String message)
Constructs aPdfException
with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-