com.lowagie.text.pdf

Class BadPdfFormatException

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

Field Summary
static longserialVersionUID
Constructor Summary
BadPdfFormatException()
Constructs a BadPdfFormatException whithout a message.
BadPdfFormatException(String message)
Constructs a BadPdfFormatException with a message.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

BadPdfFormatException

BadPdfFormatException()
Constructs a BadPdfFormatException whithout a message.

BadPdfFormatException

BadPdfFormatException(String message)
Constructs a BadPdfFormatException with a message.

Parameters: message a message describing the exception