|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.openide.util.NotImplementedException
Should be thrown when a feature is not implemented. Usage of this exception should allow us to distingush between errors and unimplemented features.
Also this exception can easily be located in source code. That is why finding of unimplemented features should be simplified.
Constructor Summary | |
NotImplementedException()
Creates new exception NotImplementedException |
|
NotImplementedException(String s)
Creates new exception NotImplementedException with text specified string s. |
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(String s)
s
- the text describing the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |