Class MethodAmbiguityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaparser.resolution.MethodAmbiguityException
All Implemented Interfaces:
Serializable

public class MethodAmbiguityException extends RuntimeException
It is not possible to decide how to resolve a method invocation.
Author:
Federico Tomassetti
See Also:
Serialized Form
  • Constructor Details

    • MethodAmbiguityException

      public MethodAmbiguityException(String description)
      Create an instance from a description of the reason why there is ambiguity in this particular case.