edu.rice.cs.dynamicjava.symbol
Class TypeSystem.AmbiguousFunctionLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.dynamicjava.symbol.TypeSystem.TypeSystemException
              extended by edu.rice.cs.dynamicjava.symbol.TypeSystem.UnmatchedLookupException
                  extended by edu.rice.cs.dynamicjava.symbol.TypeSystem.AmbiguousFunctionLookupException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TypeSystem

public static class TypeSystem.AmbiguousFunctionLookupException
extends TypeSystem.UnmatchedLookupException

A function lookup that failed because all of the given candidates equally matched the provided arguments.

See Also:
Serialized Form

Constructor Summary
TypeSystem.AmbiguousFunctionLookupException(java.lang.Iterable<? extends Function> candidates)
           
 
Method Summary
 java.lang.Iterable<? extends Function> candidates()
           
 
Methods inherited from class edu.rice.cs.dynamicjava.symbol.TypeSystem.UnmatchedLookupException
matches
 
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

TypeSystem.AmbiguousFunctionLookupException

public TypeSystem.AmbiguousFunctionLookupException(java.lang.Iterable<? extends Function> candidates)
Method Detail

candidates

public java.lang.Iterable<? extends Function> candidates()