|
|||||||||||
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 java.lang.UnsupportedOperationException org.apache.commons.lang.NotImplementedException
Thrown to indicate that a method has not been implemented.
Constructor Summary | |
NotImplementedException(Class clazz)
Constructes the exception with the specified class. |
|
NotImplementedException(String msg)
Constructs the exception with the specified message. |
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(Class clazz)
Constructes the exception with the specified class.
clazz
- the Class
that has not implemented the methodpublic NotImplementedException(String msg)
Constructs the exception with the specified message.
msg
- the exception message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |