Package org.apache.pdfbox.jbig2.err
Class JBIG2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.jbig2.err.JBIG2Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntegerMaxValueException
,InvalidHeaderValueException
Identifies a JBIG2 exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJBIG2Exception
(String message) JBIG2Exception
(String message, Throwable cause) JBIG2Exception
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JBIG2Exception
public JBIG2Exception() -
JBIG2Exception
-
JBIG2Exception
-
JBIG2Exception
-