API17

Difference between revisions of "JException:: toString"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same 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>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JException->__toString ()
+
public function __toString ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string Error message
string Error message
+
* '''Defined''' on line 153 of libraries/joomla/error/exception.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/error/exception.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JException::__toString source code''' on [[jplatform:error/exception.php#cl-145|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>
* [[JException/11.1|JException]]
+
===User contributed notes===
* [[JException::__toString|Other versions of this method]]
 
{{SeeAlso:JException::__toString}}
 
===Examples===
 
 
<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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JException::__toString[edit]

Description[edit]

Returns to error message.

Template:Description:JException:: toString [Edit Descripton]

public function __toString ()
  • Returns string Error message
  • Defined on line 153 of libraries/joomla/error/exception.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JException:: toString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />