Package com.lowagie.text.pdf
Class BadPdfFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lowagie.text.DocumentException
com.lowagie.text.pdf.PdfException
com.lowagie.text.pdf.BadPdfFormatException
- All Implemented Interfaces:
Serializable
Signals that a bad PDF format has been used to construct a
PdfObject
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aBadPdfFormatException
without a message.BadPdfFormatException
(String message) Constructs aBadPdfFormatException
with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BadPdfFormatException
BadPdfFormatException()Constructs aBadPdfFormatException
without a message. -
BadPdfFormatException
BadPdfFormatException(String message) Constructs aBadPdfFormatException
with a message.- Parameters:
message
- a message describing the exception
-