Class BadPdfFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gitlab.pdftk_java.com.lowagie.text.DocumentException
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException
-
- com.gitlab.pdftk_java.com.lowagie.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
,PdfFont
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
A serial version UID
-
Constructor Summary
Constructors Constructor Description BadPdfFormatException()
Constructs aBadPdfFormatException
whithout a message.BadPdfFormatException(java.lang.String message)
Constructs aBadPdfFormatException
with a message.
-
Method Summary
-
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.DocumentException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A serial version UID- See Also:
- Constant Field Values
-
-