API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JException::__construct | ( | $ | msg, |
$ | code = 0 , |
||
$ | level = null , |
||
$ | info = null , |
||
$ | backtrace = false |
||
) |
Constructor
protected
string | $msg | The error message |
string | $code | The error code from the application |
int | $level | The error level (use the PHP constants E_ALL, E_NOTICE etc.). |
string | $info | Optional: The additional error information. |
boolean | $backtrace | True if backtrace information is to be collected |
JException::getCode | ( | ) |
Method to get the exception code
public
JException::getFile | ( | ) |
Method to get the source filename where the exception occured
public
JException::getLine | ( | ) |
Method to get the source line where the exception occured
public
JException::getMessage | ( | ) |
Method to get the exception message
public
JException::getTrace | ( | ) |
Method to get the array of the backtrace()
public
Référencé par getTraceAsString().
JException::getTraceAsString | ( | ) |
Method to get the formatted backtrace information
public
Références getTrace().
JException::toString | ( | ) |
Returns to error message
public
Réimplémentée à partir de JObject.
JException::$args = array() |
JException::$backtrace = null |
JException::$class = null |
JException::$code = null |
JException::$file = null |
JException::$function = null |
JException::$info = '' |
JException::$level = null |
JException::$line = 0 |
JException::$message = null |
JException::$type = null |