public class NoSuchMethodException
extends java.lang.RuntimeException
RuntimeException
equivalent of NoSuchMethodException
.
Thrown by the constructors in MethodTransition
if no method by
the specifed name can be found.构造器和说明 |
---|
NoSuchMethodException(java.lang.String methodName)
Creates a new instance using the specified method name as message.
|