|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
koala.dynamicjava.util.AmbiguousMethodException
public class AmbiguousMethodException
This exception is thrown when more than one method is acceptable during a method lookup due to the new features added in 1.5
| Constructor Summary | |
|---|---|
AmbiguousMethodException(java.lang.reflect.Method m1,
java.lang.reflect.Method m2)
|
|
AmbiguousMethodException(java.lang.String e)
Public constructor - calls the super class constructor |
|
| 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 |
|---|
public AmbiguousMethodException(java.lang.String e)
e - - the message to be shown when the exception occurs
public AmbiguousMethodException(java.lang.reflect.Method m1,
java.lang.reflect.Method m2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||