Class NoSuchMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.transition.NoSuchMethodException
- All Implemented Interfaces:
Serializable
RuntimeException equivalent of NoSuchMethodException.
Thrown by the constructors in MethodTransition if no method by
the specifed name can be found.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMethodException(String methodName) Creates a new instance using the specified method name as message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSuchMethodException
Creates a new instance using the specified method name as message.- Parameters:
methodName- the name of the method.
-