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
-
-
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.Exception ex)
PdfException(java.lang.String message)
Constructs aPdfException
with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PdfException
public PdfException(java.lang.Exception ex)
-
PdfException
PdfException()
Constructs aPdfException
without a message.
-
PdfException
PdfException(java.lang.String message)
Constructs aPdfException
with a message.- Parameters:
message
- a message describing the exception
-
-