marf.util
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marf.util.MARFRuntimeException
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
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 |
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 unimplementedpstrMethod
- method name that is not implemented
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
- Returns:
- revision string
- Since:
- 0.3.0.2