public class NotImplementedException
extends java.lang.RuntimeException
This exception is used to help stub out implementations.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
NotImplementedException()
Construct a NotImplementedException with no detail.
|
NotImplementedException(java.lang.String msg)
Construct a NotImplementedException with a detail message.
|
private static final long serialVersionUID