API17:JException:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 11: | Line 11: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JException::__construct ($msg, $code=0, $level=null, $info=null, $backtrace=false) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 49: | Line 49: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/error/exception.php | + | libraries/joomla/error/exception.php (line 100) |
| + | * see source code in [[jplatform:error/exception.php#cl-100|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:27, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JException::__construct
Description
Constructor
Description:JException:: construct
[Edit Descripton]
Synopsis
public JException::__construct ($msg, $code=0, $level=null, $info=null, $backtrace=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $msg | string | The error message | |
| $code | string | 0 | The error code from the application |
| $level | int | null | The error level (use the PHP constants E_ALL, E_NOTICE etc.). |
| $info | string | null | Optional: The additional error information. |
| $backtrace | boolean | false | True if backtrace information is to be collected |
Returns
Defined in
libraries/joomla/error/exception.php (line 100)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JException:: construct
Examples
<CodeExamplesForm />
