|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.waffle.WaffleException
org.codehaus.waffle.action.ActionMethodInvocationException
org.codehaus.waffle.action.MatchingActionMethodException
org.codehaus.waffle.action.NoMatchingActionMethodException
public class NoMatchingActionMethodException
Thrown when unable to find any matching methods to invoke.
| Constructor Summary | |
|---|---|
NoMatchingActionMethodException(java.lang.String methodName,
java.lang.Class<?> actionClass)
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getActionClass()
|
java.lang.String |
getMethodName()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoMatchingActionMethodException(java.lang.String methodName,
java.lang.Class<?> actionClass)
| Method Detail |
|---|
public java.lang.String getMethodName()
public java.lang.Class<?> getActionClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||