ApplicationException: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} ApplicationException== | =={{JVer|11.1}} ApplicationException== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 19: | Line 19: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]] | ||
* [[API17:ApplicationException|Other versions of ApplicationException]] | * [[API17:ApplicationException|Other versions of ApplicationException]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=ApplicationException | category=ApplicationException | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
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