public class NotYetImplementedException extends CodeInconsistencyException
UnsupportedOperationException instead (e.g. as with unmodifiable lists).| Constructor and Description |
|---|
NotYetImplementedException()
Deprecated.
Deprecated to remind you to implement the corresponding code before releasing the software.
|
NotYetImplementedException(String message)
Deprecated.
Deprecated to remind you to implement the corresponding code before releasing the software.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public NotYetImplementedException()
@Deprecated public NotYetImplementedException(String message)
Copyright © 2020. All rights reserved.