API17:JException::toString
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JException::toString|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JException::toString|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function toString () |
</source> | </source> | ||
| − | + | * '''Returns''' string Error message | |
| − | string Error message | + | * '''Defined''' on line 166 of libraries/joomla/error/exception.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/error/exception.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JException::toString source code''' on [[jplatform:error/exception.php#cl-158|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JException/11.1|JException]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]] | ||
| + | * [[JException::toString|Other versions of JException::toString]] | ||
| + | {{SeeAlso:JException::toString}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JException::toString|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JException::toString|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 34: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JException]][[Category:JException::toString]]</noinclude> | <noinclude>[[Category:JException]][[Category:JException::toString]]</noinclude> | ||
Revision as of 20:53, 27 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::toString
Description
Returns to error message.
Description:JException::toString [Edit Descripton]
public function toString ()
See also
-
JException::toString source code on BitBucket
-
Class JException
-
Subpackage Error
- Other versions of JException::toString
SeeAlso:JException::toString [Edit See Also]
User contributed notes
<CodeExamplesForm />
