API17

Difference between revisions of "JError::throwError"

From Joomla! Documentation

(Layout updates)
m (→‎See also: moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JError::throwError|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JError::throwError|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JError::throwError (&$exception)
+
public static function throwError (&$exception)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 140 of libraries/joomla/error/error.php
===Defined in===
 
libraries/joomla/error/error.php (line 132)
 
* see source code in [[jplatform:error/error.php#cl-132|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JError::throwError source code''' on [[jplatform:error/error.php#cl-132|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JError|JError]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Error|Error]]
 +
* [[API17:JError::throwError|Other versions of JError::throwError]]
 +
{{SeeAlso:JError::throwError}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JError::throwError|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JError::throwError|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JError/11.1|JError]]
+
===User contributed notes===
* [[JError::throwError|Other versions of this method]]
 
{{SeeAlso:JError::throwError}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JError]][[Category:JError::throwError]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:36, 11 May 2013

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 JError::throwError[edit]

Description[edit]

Template:Description:JError::throwError [Edit Descripton]

public static function throwError (&$exception)
Parameter Type Default Description
&$exception
  • Returns
  • Defined on line 140 of libraries/joomla/error/error.php

See also[edit]

Template:SeeAlso:JError::throwError [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />