public class NotImplementedException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
|
NotImplementedException() |
|
NotImplementedException(String message) |
|
NotImplementedException(String message,
Throwable cause) |
protected |
NotImplementedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
NotImplementedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.