org.jpedal.jbig2
Class JBIG2Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpedal.jbig2.JBIG2Exception
All Implemented Interfaces:
java.io.Serializable

public class JBIG2Exception
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JBIG2Exception()
          Constructs a JBIGException whithout a message.
JBIG2Exception(java.lang.Exception ex)
           
JBIG2Exception(java.lang.String message)
          Constructs a JBIGException with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBIG2Exception

public JBIG2Exception(java.lang.Exception ex)

JBIG2Exception

public JBIG2Exception()
Constructs a JBIGException whithout a message.


JBIG2Exception

public JBIG2Exception(java.lang.String message)
Constructs a JBIGException with a message.

Parameters:
message - a message describing the exception