|
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
org.evolvica.util.NotImplementedException
Exception for features that are not implemented (yet).
Constructor Summary | |
NotImplementedException()
Constructor. |
|
NotImplementedException(java.lang.String s)
Constructor with descriptive string. |
|
NotImplementedException(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 NotImplementedException()
public NotImplementedException(java.lang.String s)
s
- descriptionpublic NotImplementedException(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 |