public class NotImplementedException extends Exception
| Constructor and Description |
|---|
NotImplementedException()
Instantiates a new not implemented exception.
|
NotImplementedException(String message)
Instantiates a new not implemented exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedException()
public NotImplementedException(String message)
message - the messageCopyright © 2022. All Rights Reserved.