Package com.itextpdf.text.pdf
Class BadPdfFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.text.DocumentException
-
- com.itextpdf.text.pdf.PdfException
-
- com.itextpdf.text.pdf.BadPdfFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadPdfFormatException extends PdfException
Signals that a bad PDF format has been used to construct aPdfObject
.- See Also:
PdfException
,PdfBoolean
,PdfNumber
,PdfString
,PdfName
,PdfDictionary
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BadPdfFormatException()
Constructs aBadPdfFormatException
without a message.BadPdfFormatException(java.lang.String message)
Constructs aBadPdfFormatException
with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-