edu.iris.Fissures
Class FissuresException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by edu.iris.Fissures.FissuresException
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class FissuresException
extends org.omg.CORBA.UserException

The FissuresException is defined as a general exception to be used only when a more specific exceptions do not exist for the occuring exception.

See Also:
Serialized Form

Field Summary
 Error the_error
           
 
Constructor Summary
FissuresException()
           
FissuresException(Error the_error)
           
FissuresException(java.lang.String _reason, Error the_error)
           
 
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
 

Field Detail

the_error

public Error the_error
Constructor Detail

FissuresException

public FissuresException()

FissuresException

public FissuresException(Error the_error)

FissuresException

public FissuresException(java.lang.String _reason,
                         Error the_error)