|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
edu.iris.Fissures.FissuresException
public final class FissuresException
The FissuresException is defined as a general exception to be used only when a more specific exceptions do not exist for the occuring exception.
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 |
---|
public Error the_error
Constructor Detail |
---|
public FissuresException()
public FissuresException(Error the_error)
public FissuresException(java.lang.String _reason, Error the_error)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |