API17:JException::getError
From Joomla! Documentation
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::getError
Description
Get the most recent error message.
Description:JException::getError [Edit Descripton]
Since
Synopsis
public JException->getError ($i=null, $toString=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $i | integer | null | Option error index |
| $toString | boolean | true | Indicates if objects should return their error message |
Returns
string Error message public
Defined in
libraries/joomla/error/exception.php
Referenced by
See also
Examples
<CodeExamplesForm />
