Uses of Class
ix.util.ConsistencyException

Packages that use ConsistencyException
ix.util General-purpose utilities. 
ix.util.context Context-layering mechanism. 
 

Uses of ConsistencyException in ix.util
 

Subclasses of ConsistencyException in ix.util
 class AssertionFailure
          The exception thrown by Debug.expect when an assertion is false.
 

Uses of ConsistencyException in ix.util.context
 

Subclasses of ConsistencyException in ix.util.context
 class ContextChangeException
          Thrown when the current context is not what it should be.
protected static class ContextHashMap.IteratorContextException