|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marf.util.MARFRuntimeException
marf.util.NotImplementedException
public class NotImplementedException
This class extends RuntimeException for MARF unimplemented parts.
$Id: NotImplementedException.java,v 1.15 2007/11/30 15:58:26 mokhov Exp $
| Field Summary | |
|---|---|
private static long |
serialVersionUID
For serialization versioning. |
| Fields inherited from class marf.util.MARFRuntimeException |
|---|
strMessage |
| 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 marf.util.MARFRuntimeException |
|---|
getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
serialver tool that comes with JDK.
| Constructor Detail |
|---|
public NotImplementedException()
public NotImplementedException(java.lang.String pstrMessage)
pstrMessage - Error message string
public 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 implemented| Method Detail |
|---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||