Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($query, $message='', $code=0, \Exception $previous=null) | |
getQuery () | |
Attributs privés | |
$query | |
Exception class defining an error executing a statement
__construct | ( | $query, | |
$message = '' , |
|||
$code = 0 , |
|||
\Exception | $previous = null |
||
) |
Construct the exception
string | $query | The SQL statement that was executed. |
string | $message | The Exception message to throw. [optional] |
integer | $code | The Exception code. [optional] |
Exception | $previous | The previous exception used for the exception chaining. [optional] |
Références $message, ExecutionFailureException\$query, Symfony\Contracts\Service\__construct(), et code.
getQuery | ( | ) |
Get the SQL statement that was executed
Références ExecutionFailureException\$query.
|
private |
Référencé par ExecutionFailureException\__construct(), et ExecutionFailureException\getQuery().