org.erights.e.elib.tables
Class NotSettledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.erights.e.elib.tables.NotSettledException
All Implemented Interfaces:
Serializable

public class NotSettledException
extends Exception

Untamed: An object whose identity had not yet settled was used in a context that requires a settled object.

For example, keys in an EMap must be settled.

Author:
Mark S. Miller
See Also:
org.erights.e.elib.ref.Ref#isSettled, org.erights.e.elib.tables.EMap#get(java.lang.Object), org.erights.e.elib.tables.FlexMap#put(Object, Object, boolean), Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NotSettledException()
          Enabled:
NotSettledException(String msg)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSettledException

public NotSettledException()
Enabled:


NotSettledException

public NotSettledException(String msg)
Enabled:



comments?