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, PdfFont

Field Summary

Fields inherited from class com.lowagie.text.DocumentException

ex

Constructor Summary

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

Method Summary

Methods inherited from class com.lowagie.text.DocumentException

getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, split, toString

Constructor Details

BadPdfFormatException

(package private)  BadPdfFormatException()
Constructs a BadPdfFormatException whithout a message.

BadPdfFormatException

(package private)  BadPdfFormatException(String message)
Constructs a BadPdfFormatException with a message.
Parameters:
message - a message describing the exception