public class NotImplementedError extends Error
The idiomatic way is to use one of API.TODO() and API.TODO(String).
| Constructor and Description |
|---|
NotImplementedError()
Creates a
NotImplementedError containing the message "an implementation is missing". |
NotImplementedError(String message)
Creates a
NotImplementedError containing the given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedError()
NotImplementedError containing the message "an implementation is missing".public NotImplementedError(String message)
NotImplementedError containing the given message.message - A text that describes the errorCopyright © 2021. All Rights Reserved.