Release Planner v1.0

rp.util
Class NotImplementedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--rp.util.NotImplementedError
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedError
extends java.lang.Error

Indicates an attempt to use an un-implemented method.

Version:
$Revision: 1.1 $, $Date: 2001/05/23 18:43:50 $
See Also:
Serialized Form

Constructor Summary
NotImplementedError()
           
NotImplementedError(java.lang.String s)
           
 
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

NotImplementedError

public NotImplementedError()

NotImplementedError

public NotImplementedError(java.lang.String s)

Release Planner v1.0