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:
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
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-