ix.util.context
Class ContextHashMap.IteratorContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ix.util.ConsistencyException
                  extended by ix.util.context.ContextChangeException
                      extended by ix.util.context.ContextHashMap.IteratorContextException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ContextHashMap<K,V>

protected static class ContextHashMap.IteratorContextException
extends ContextChangeException

See Also:
Serialized Form

Constructor Summary
ContextHashMap.IteratorContextException(Context expected, Context current)
           
 
Method Summary
 
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

ContextHashMap.IteratorContextException

ContextHashMap.IteratorContextException(Context expected,
                                        Context current)