ApplicationException: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} ApplicationException== | |||
===Description=== | |||
{{ | |||
== | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/application/applicationexception.php | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.applicationexception' );</source> | <source lang="php">jimport( 'joomla.application.applicationexception' );</source> | ||
===See also=== | ===See also=== | ||
* [[ | * {{JVer|11.1}} '''ApplicationException source code''' on [[jplatform:application/applicationexception.php|BitBucket]] | ||
{{ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]] | ||
* [[API17:ApplicationException|Other versions of ApplicationException]] | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=ApplicationException | category=ApplicationException | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archive pages API17]]</noinclude> | ||
Latest revision as of 02:18, 25 March 2017
ApplicationException
Description
Methods
| Visibility | Method name | Description |
|---|
- Defined in libraries/joomla/application/applicationexception.php
Importing
jimport( 'joomla.application.applicationexception' );
See also
ApplicationException source code on BitBucket
Subpackage Application- Other versions of ApplicationException
User contributed notes
Code Examples