marf.util
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by marf.util.MARFRuntimeException
                  extended by marf.util.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends MARFRuntimeException

This class extends RuntimeException for MARF unimplemented parts.

$Id: NotImplementedException.java,v 1.15 2007/11/30 15:58:26 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.15 $
Author:
Serguei A. Mokhov
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
For serialization versioning. When adding new members or make other structural changes regenerate this number with the serialver tool that comes with JDK.

Since:
0.3.0.4
See Also:
Constant Field Values
Constructor Detail

NotImplementedException

public NotImplementedException()
Generic exception.

Since:
0.3.0.3

NotImplementedException

public NotImplementedException(java.lang.String pstrMessage)
Generic exception.

Parameters:
pstrMessage - Error message string

NotImplementedException

public NotImplementedException(java.lang.Object poObject,
                               java.lang.String pstrMethod)
Generates Class.Method exception message.

Parameters:
poObject - object to query for class name that has something unimplemented
pstrMethod - method name that is not implemented
Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string
Since:
0.3.0.2


SourceForge Logo