Uses of Class
edu.rice.cs.dynamicjava.symbol.TypeSystem.TypeSystemException

Packages that use TypeSystem.TypeSystemException
edu.rice.cs.dynamicjava.symbol   
 

Uses of TypeSystem.TypeSystemException in edu.rice.cs.dynamicjava.symbol
 

Subclasses of TypeSystem.TypeSystemException in edu.rice.cs.dynamicjava.symbol
static class TypeSystem.AmbiguousFunctionLookupException
          A function lookup that failed because all of the given candidates equally matched the provided arguments.
static class TypeSystem.InvalidTypeArgumentException
           
static class TypeSystem.UnmatchedFunctionLookupException
          A function lookup that failed because none of the given candidates matched the provided arguments.
static class TypeSystem.UnmatchedLookupException
           
static class TypeSystem.UnsupportedConversionException