public class NotImplementedException extends RuntimeException
Also this exception can easily be located in source code. That is why finding of unimplemented features should be simplified.
| Constructor and Description |
|---|
NotImplementedException()
Creates new exception NotImplementedException
|
NotImplementedException(String s)
Creates new exception NotImplementedException with text specified
string s.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedException()
public NotImplementedException(String s)
s - the text describing the exceptionBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.