Database: ezcQueryVariableParameterException
[ ]
[ Oracle setup ]
[ ]
[ ]
[ ]
[ ]
Class: ezcQueryVariableParameterException
|
Exception thrown when a method does not receive the variables it requires. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcQueryException
|
--ezcQueryVariableParameterException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcQueryVariableParameterException |
__construct(
$method, $numProvided, $numExpected )
Constructs an ezcQueryVariableParameterException with the method $method and the arguments $numProvided and $numExpected. |
Inherited Methods
From
ezcQueryException :
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
ezcQueryVariableParameterException __construct(
string
$method, int
$numProvided, int
$numExpected )
Constructs an ezcQueryVariableParameterException with the method $method and the arguments $numProvided and $numExpected.
Parameters
| Name |
Type |
Description |
$method |
string |
|
$numProvided |
int |
|
$numExpected |
int |
|
Redefinition of
Last updated: Mon, 30 Mar 2009