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