public class AmbiguousMethodException
extends java.lang.RuntimeException
MethodTransition if there are several
methods with the specifed name in the target object's class.| 构造器和说明 |
|---|
AmbiguousMethodException(java.lang.String methodName)
Creates a new instance using the specified method name as message.
|