com.lowagie.text.pdf

Class PdfException

public class PdfException extends DocumentException

Signals that an unspecified problem while constructing a PDF document.

See Also: BadPdfFormatException

Field Summary
static longserialVersionUID
Constructor Summary
PdfException(Exception ex)
PdfException()
Constructs a PdfException whithout a message.
PdfException(String message)
Constructs a PdfException with a message.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

PdfException

public PdfException(Exception ex)

PdfException

PdfException()
Constructs a PdfException whithout a message.

PdfException

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

Parameters: message a message describing the exception