|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.evolvica.util.EVRuntimeException
Base class for all runtime exceptions of the EA package. These exceptions may occur at any time and need not to be caught.
Constructor Summary | |
EVRuntimeException()
Constructor. |
|
EVRuntimeException(java.lang.String s)
Constructor with descriptive string. |
|
EVRuntimeException(java.lang.String s,
java.lang.Throwable t)
Constructor with descriptive string and throwable which caused this exception. |
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 |
public EVRuntimeException()
public EVRuntimeException(java.lang.String s)
s
- descriptionpublic EVRuntimeException(java.lang.String s, java.lang.Throwable t)
s
- descriptiont
- throwable which caused the creation of this exception
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |