Release Planner v1.0

rp.util
Class UndefinedException

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

public class UndefinedException
extends java.lang.Exception

Indicates an attmept to invoke an undefined computation.

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

Constructor Summary
UndefinedException(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

UndefinedException

public UndefinedException(java.lang.String s)

Release Planner v1.0