org.concord.biologica.engine
Class ObjectDeletedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.concord.biologica.engine.ObjectDeletedException
All Implemented Interfaces:
java.io.Serializable

public final class ObjectDeletedException
extends java.lang.RuntimeException

Exception indicating that the object has been "deleted" and is awaiting garbage collection. In this state, the object should have no outstanding references to it, as that would block garbage collection. Similarly, no calls into the object should be made, except perhaps delete().

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:13 $
Author:
$Author: ed $
See Also:
Serialized Form

Constructor Summary
ObjectDeletedException(java.lang.String errorText)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectDeletedException

public ObjectDeletedException(java.lang.String errorText)
Creates a new exception.
Parameters:
errorText - String - additional error text explaining exception