Class BadPdfFormatException
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
com.gitlab.pdftk_java.com.lowagie.text.pdf.BadPdfFormatException
- All Implemented Interfaces:
Serializable
Signals that a bad PDF format has been used to construct a
PdfObject.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aBadPdfFormatExceptionwhithout a message.BadPdfFormatException(String message) Constructs aBadPdfFormatExceptionwith a message. -
Method Summary
Methods inherited from class DocumentException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial version UID- See Also:
-
-
Constructor Details
-
BadPdfFormatException
BadPdfFormatException()Constructs aBadPdfFormatExceptionwhithout a message. -
BadPdfFormatException
BadPdfFormatException(String message) Constructs aBadPdfFormatExceptionwith a message.- Parameters:
message- a message describing the exception
-