|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInvocationException | |
---|---|
org.codehaus.waffle.action |
Uses of MethodInvocationException in org.codehaus.waffle.action |
---|
Subclasses of MethodInvocationException in org.codehaus.waffle.action | |
---|---|
class |
AmbiguousMethodSignatureException
Thrown when unable to determine which method to invoke. |
class |
MatchingMethodException
Thrown when matching methods are hard to identify for invocation. |
class |
MissingMethodException
Thrown when missing methods are identified. |
class |
NoDefaultMethodException
Thrown when no default action method is found |
class |
NoMatchingMethodException
Thrown when unable to find any matching methods to invoke. |
class |
NoValidMethodException
Thrown when method is no valid action method is found |
Methods in org.codehaus.waffle.action that throw MethodInvocationException | |
---|---|
void |
ActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
|
void |
InterceptingActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
If no 'action method' exists in the request parameter a View will be created with the Action's name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |