@Deprecated
public class NotImplementedError
extends java.lang.Error
The idiomatic way is to use one of API.TODO() and API.TODO(String).
| Constructor and Description |
|---|
NotImplementedError()
Deprecated.
Creates a
NotImplementedError containing the message "an implementation is missing". |
NotImplementedError(java.lang.String message)
Deprecated.
Creates a
NotImplementedError containing the given message. |
public NotImplementedError()
NotImplementedError containing the message "an implementation is missing".public NotImplementedError(java.lang.String message)
NotImplementedError containing the given message.message - A text that describes the error