Exception
Table of Contents
Classes
- InfiniteLoopException
- An "Infinite Loop" exception
- InvalidActionNameException
- An "invalid action name" exception
- InvalidArgumentMixingException
- An "Invalid Argument Name" exception
- InvalidArgumentNameException
- An "Invalid Argument Name" exception
- InvalidArgumentTypeException
- An "Invalid Argument Type" exception
- InvalidArgumentValueException
- An "Invalid Argument Value" exception
- InvalidControllerException
- An "Invalid Controller" exception
- InvalidControllerNameException
- An "Invalid Controller Name" exception
- InvalidExtensionNameException
- An "Invalid Extension Name" exception
- InvalidRequestMethodException
- An "Invalid Request Method" exception
- NoSuchActionException
- A "No Such Action" exception
- NoSuchArgumentException
- A "No Such Argument" exception
- NoSuchControllerException
- A "No Such Controller" exception
- StopActionException
- This exception is thrown by a controller to stop the execution of the current action and return the control to the dispatcher. The dispatcher catches this exception and - depending on the "dispatched" status of the request - either continues dispatching the request or returns control to the request handler.