Name |
Description |
AmbiguousCommandIdentifierException |
An "Ambiguous command identifier" exception |
ForwardException |
This exception is thrown by a controller to stop the execution of the current
action and return the control to the dispatcher for the special case of a
forward(). |
NoMatchingRouteException |
An "no matching route" exception that is thrown if the router could not
find a route that matches/resolves the given uri pattern/route values |
NoSuchActionException |
A "No Such Action" exception |
NoSuchControllerException |
A "No Such Controller" exception |
NoSuchViewException |
A "No Such View" exception |