|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.rice.cs.dynamicjava.symbol.TypeSystem.TypeSystemException
edu.rice.cs.dynamicjava.symbol.TypeSystem.UnmatchedLookupException
edu.rice.cs.dynamicjava.symbol.TypeSystem.AmbiguousFunctionLookupException
public static class TypeSystem.AmbiguousFunctionLookupException
A function lookup that failed because all of the given candidates equally matched the provided arguments.
| 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 |
|---|
public TypeSystem.AmbiguousFunctionLookupException(java.lang.Iterable<? extends Function> candidates)
| Method Detail |
|---|
public java.lang.Iterable<? extends Function> candidates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||