Package com.github.javaparser.resolution
Class MethodAmbiguityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.javaparser.resolution.MethodAmbiguityException
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodAmbiguityException extends java.lang.RuntimeException
It is not possible to decide how to resolve a method invocation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodAmbiguityException(java.lang.String description)
Create an instance from a description of the reason why there is ambiguity in this particular case.
-