ix.util.context
Class ContextChangeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
ix.util.ConsistencyException
                  
ix.util.context.ContextChangeException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - ContextHashMap.IteratorContextException
 
public class ContextChangeException
- extends ConsistencyException
 
Thrown when the current context is not what it should be.
 For example, if an iterator for a context-dependent collection
 is created when the current context is C, the context should
 still be C when the iterator is used.
- See Also:
 - Serialized Form
 
 
 
| 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 | 
 
ContextChangeException
public ContextChangeException()
ContextChangeException
public ContextChangeException(java.lang.String message)
ContextChangeException
public ContextChangeException(java.lang.String message,
                              java.lang.Object culprit)