public class NotImplementedException extends RuntimeException
This exception is used to help stub out implementations.
| Constructor and Description |
|---|
NotImplementedException()
Construct a NotImplementedException with no detail.
|
NotImplementedException(String msg)
Construct a NotImplementedException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedException(String msg)
msg - Detail message.public NotImplementedException()
Copyright © 2015 JBoss by Red Hat. All rights reserved.