Base class for exceptions related to the SQL abstraction.
Source for this file: /Database/src/exceptions/query_exception.php
Exception | --ezcBaseException | --ezcQueryException
Version: | //autogentag// |
Child Class | Description |
---|---|
ezcQueryVariableParameterException | Exception thrown when a method does not receive the variables it requires. |
ezcQueryInvalidException | Base class for exceptions related to the SQL abstraction. |
ezcQueryInvalidParameterException | Exception thrown when a method does not the receive correct variables it requires. |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
public ezcQueryException |
__construct(
$message
, $additionalInfo
)
Constructs an ezcQueryException with the highlevel error message $message and the errorcode $code. |
From ezcBaseException | |
---|---|
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
Constructs an ezcQueryException with the highlevel error message $message and the errorcode $code.
Name | Type | Description |
---|---|---|
$message |
string | |
$additionalInfo |
string |
Method | Description |
---|---|
ezcBaseException::__construct() |
Constructs a new ezcBaseException with $message |
Method | Description |
---|---|
ezcQueryVariableParameterException::__construct() |
Constructs an ezcQueryVariableParameterException with the method $method and the arguments $numProvided and $numExpected. |
ezcQueryInvalidException::__construct() |
Constructs a QueryInvalid exception with the type $type and the additional information $message. |
ezcQueryInvalidParameterException::__construct() |
Constructs an ezcQueryVariableParameterException. |