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.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

This class extends RuntimeException for MARF unimplemented parts.

$Id: NotImplementedException.java,v 1.12 2005/06/16 19:58:58 mokhov Exp $

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

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

NotImplementedException

public NotImplementedException()
Generic exception.

Since:
0.3.0

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