Package org.jpedal.jbig2
Class JBIG2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpedal.jbig2.JBIG2Exception
- All Implemented Interfaces:
Serializable
JBIG2Exception class.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aJBIGException
whithout a message.Constructor for JBIG2Exception.JBIG2Exception
(String message) Constructs aJBIGException
with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JBIG2Exception
Constructor for JBIG2Exception.
- Parameters:
ex
- aException
object.
-
JBIG2Exception
public JBIG2Exception()Constructs aJBIGException
whithout a message. -
JBIG2Exception
Constructs aJBIGException
with a message.- Parameters:
message
- a message describing the exception
-