com.lowagie.text.pdf
public class PdfException extends DocumentException
See Also: BadPdfFormatException
| Field Summary | |
|---|---|
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| PdfException(Exception ex) | |
| PdfException()
Constructs a PdfException without a message. | |
| PdfException(String message)
Constructs a PdfException with a message.
| |
PdfException without a message.PdfException with a message.
Parameters: message a message describing the exception