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:
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(Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PdfException
public PdfException(Exception ex)
-
-