API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JException

Graphe d'héritage de JException:
Graphe de collaboration de JException:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JException::__construct ( msg,
code = 0,
level = null,
info = null,
backtrace = false 
)

Constructor

  • used to set up the error with all needed error details.

protected

Paramètres:
string$msgThe error message
string$codeThe error code from the application
int$levelThe error level (use the PHP constants E_ALL, E_NOTICE etc.).
string$infoOptional: The additional error information.
boolean$backtraceTrue if backtrace information is to be collected

Références $i, et type.


Documentation des fonctions membres

JException::getCode ( )

Method to get the exception code

public

Renvoie:
integer
Depuis:
1.5
JException::getFile ( )

Method to get the source filename where the exception occured

public

Renvoie:
string
Depuis:
1.5
JException::getLine ( )

Method to get the source line where the exception occured

public

Renvoie:
integer
Depuis:
1.5
JException::getMessage ( )

Method to get the exception message

public

Renvoie:
string
Depuis:
1.5
JException::getTrace ( )

Method to get the array of the backtrace()

public

Renvoie:
array backtrace
Depuis:
1.5

Référencé par getTraceAsString().

Voici le graphe d'appel pour cette fonction :

JException::getTraceAsString ( )

Method to get the formatted backtrace information

public

Renvoie:
string Formated string of trace
Depuis:
1.5

Références getTrace().

Voici le graphe d'appel pour cette fonction :

JException::toString ( )

Returns to error message

public

Renvoie:
string Error message
Depuis:
1.5

Réimplémentée à partir de JObject.


Documentation des données membres

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

La documentation de cette classe a été générée à partir du fichier suivant :