Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
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] |
getQuery | ( | ) |
|
private |