Package com.itextpdf.text.pdf
Class PdfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.text.DocumentException
-
- com.itextpdf.text.pdf.PdfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadPdfFormatException
public class PdfException extends DocumentException
Signals that an unspecified problem while constructing a PDF document.- See Also:
BadPdfFormatException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfException(java.lang.Exception ex)
-