public class NotImplementedException
extends java.lang.RuntimeException
Also this exception can easily be located in source code. That is why finding of unimplemented features should be simplified.
| Constructor | Description |
|---|---|
NotImplementedException() |
Creates new exception NotImplementedException
|
NotImplementedException(java.lang.String s) |
Creates new exception NotImplementedException with text specified
string s.
|
public NotImplementedException()
public NotImplementedException(java.lang.String s)
s - the text describing the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.