|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.ibm.commons.util.AbstractRuntimeException com.ibm.commons.util.NotImplementedException
public class NotImplementedException
Exception thrown by a method that is not implemented.
Constructor Summary | |
---|---|
NotImplementedException()
Create a new exception. |
|
NotImplementedException(java.lang.String msg,
java.lang.Object... params)
Create a new exception. |
Method Summary |
---|
Methods inherited from class com.ibm.commons.util.AbstractRuntimeException |
---|
getCause, initCause, printExtraInformation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotImplementedException()
msg
- the exception messageparams
- the parameter values to formatpublic NotImplementedException(java.lang.String msg, java.lang.Object... params)
msg
- the exception messageparams
- the parameter values to format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |