|
|||||||||||
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 | +--marf.util.NotImplementedException
This class extends RuntimeException for MARF unimplemented parts.
$Id: NotImplementedException.java,v 1.14 2005/08/11 00:44:50 mokhov Exp $
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
NotImplementedException()
Generic exception. |
|
NotImplementedException(java.lang.Object poObject,
java.lang.String pstrMethod)
Generates Class.Method exception message. |
|
NotImplementedException(java.lang.String pstrMessage)
Generic exception. |
Method Summary | |
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
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()
public NotImplementedException(java.lang.String pstrMessage)
pstrMessage
- Error message stringpublic NotImplementedException(java.lang.Object poObject, java.lang.String pstrMethod)
poObject
- object to query for class name that has something unimplementedpstrMethod
- method name that is not implementedMethod Detail |
public static java.lang.String getMARFSourceCodeRevision()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |