public class NotImplementedException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serialVersionUID.
|
| Constructor and Description |
|---|
NotImplementedException()
Constructs an Exception with a detailed message.
|
NotImplementedException(String msg)
Constructs an Exception with a detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
public NotImplementedException()
public NotImplementedException(String msg)
msg - The message associated with the exception.Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.