Class PdfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gitlab.pdftk_java.com.lowagie.text.DocumentException
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadPdfFormatException
public class PdfException extends DocumentException
Signals that an unspecified problem while constructing a PDF document.- See Also:
BadPdfFormatException, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDA serial version UID
-
Constructor Summary
Constructors Constructor Description PdfException()Constructs aPdfExceptionwhithout a message.PdfException(java.lang.Exception ex)PdfException(java.lang.String message)Constructs aPdfExceptionwith a message.
-
Method Summary
-
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.DocumentException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A serial version UID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PdfException
public PdfException(java.lang.Exception ex)
-
PdfException
PdfException()
Constructs aPdfExceptionwhithout a message.
-
PdfException
PdfException(java.lang.String message)
Constructs aPdfExceptionwith a message.- Parameters:
message- a message describing the exception
-
-