Database: ezcQueryVariableParameterException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcQueryVariableParameterException
|
Base class for exceptions related to the SQL abstraction. [
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, $type, $additionalInfo )
Constructs a QueryInvalid exception with the type $type and the additional information $message. |
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(
$method,
$numProvided,
$numExpected, string
$type, string
$additionalInfo )
Constructs a QueryInvalid exception with the type $type and the additional information $message.
Parameters
| Name |
Type |
Description |
$type |
string |
|
$additionalInfo |
string |
|
$method |
|
|
$numProvided |
|
|
$numExpected |
|
|
Redefinition of
Last updated: Fri, 02 Nov 2007