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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
NotSettledException
public NotSettledException()
- Enabled:
NotSettledException
public NotSettledException(String msg)
- Enabled:
comments?