MvcTools: ezcMvcActionNotFoundException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcActionNotFoundException
|
This exception is thrown when no action method exists for a route. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcMvcToolsException
|
--ezcMvcActionNotFoundException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcMvcActionNotFoundException |
__construct(
$action )
Constructs an ezcMvcActionNotFoundException |
Inherited Methods
From
ezcMvcToolsException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcMvcActionNotFoundException __construct(
string
$action )
Constructs an ezcMvcActionNotFoundException
Parameters
| Name |
Type |
Description |
$action |
string |
|
Redefinition of
Last updated: Tue, 01 Sep 2009