koala.dynamicjava.util
Class AmbiguousFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by koala.dynamicjava.util.AmbiguousFunctionException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousFunctionException
extends java.lang.RuntimeException

This exception is thrown when more than one method is acceptable during a method lookup due to the new features added in 1.5

See Also:
Serialized Form

Constructor Summary
AmbiguousFunctionException(MethodDeclaration m1, MethodDeclaration m2)
           
AmbiguousFunctionException(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

AmbiguousFunctionException

public AmbiguousFunctionException(java.lang.String e)
Public constructor - calls the super class constructor

Parameters:
e - - the message to be shown when the exception occurs

AmbiguousFunctionException

public AmbiguousFunctionException(MethodDeclaration m1,
                                  MethodDeclaration m2)