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
Deprecated.
Signals that a bad PDF format has been used to construct a
PdfObject.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs aBadPdfFormatExceptionwithout a message.BadPdfFormatException(String message) Deprecated.Constructs aBadPdfFormatExceptionwith a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
BadPdfFormatException
BadPdfFormatException()Deprecated.Constructs aBadPdfFormatExceptionwithout a message. -
BadPdfFormatException
BadPdfFormatException(String message) Deprecated.Constructs aBadPdfFormatExceptionwith a message.- Parameters:
message- a message describing the exception
-