API17:JDocumentError
From Joomla! Documentation
JDocumentError
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _loadTemplate | Load a template file. |
| public | render | Render the document. |
| public | renderBacktrace | |
| public | setError | Set error object. |
| protected | __construct | Class constructor. |
- Defined in libraries/joomla/document/error/error.php
- Extends JDocument
Importing
jimport( 'joomla.document.error.error' );
See also
JDocumentError source code on BitBucket
Subpackage Document- Other versions of JDocumentError
User contributed notes
Code Examples