com.lowagie.text.pdf
Class BadPdfFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lowagie.text.DocumentException
com.lowagie.text.pdf.PdfException
com.lowagie.text.pdf.BadPdfFormatException
- All Implemented Interfaces:
- Serializable
public class BadPdfFormatException
- extends PdfException
Signals that a bad PDF format has been used to construct a PdfObject
.
- See Also:
PdfException
,
PdfBoolean
,
PdfNumber
,
PdfString
,
PdfName
,
PdfDictionary
,
Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
BadPdfFormatException
BadPdfFormatException()
- Constructs a
BadPdfFormatException
without a message.
BadPdfFormatException
BadPdfFormatException(String message)
- Constructs a
BadPdfFormatException
with a message.
- Parameters:
message
- a message describing the exception