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.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSuchMethodException(java.lang.String methodName)
Creates a new instance using the specified method name as message.
|
private static final long serialVersionUID