JException/1.5
From Joomla! Documentation
JException
Description
Description:JException [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor |
| public | getCode | Method to get the exception code. |
| public | getFile | Method to get the source filename where the exception occured. |
| public | getLine | Method to get the source line where the exception occured. |
| public | getMessage | Method to get the exception message. |
| public | getTrace | Method to get the array of the backtrace(). |
| public | getTraceAsString | Method to get the formatted backtrace information. |
| public | toString | Returns to error message. |
- Defined in libraries/joomla/error/exception.php
- Extends JObject
Importing
jimport( 'joomla.error.exception' );
See also
-
JException on api.joomla.org
-
JException source code on JoomlaCode
-
Subpackage Error
- Other versions of JException
SeeAlso:JException [Edit See Also]
User contributed notes
<CodeExamplesForm />