API17:ApplicationException
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/applicationexception.php | libraries/joomla/application/applicationexception.php | ||
| + | * see source code in [[jplatform:application/applicationexception.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Application/11.1|Application]] | [[Subpackage Application/11.1|Application]] | ||
| Line 20: | Line 21: | ||
<source lang="php">jimport( 'joomla.application.applicationexception' );</source> | <source lang="php">jimport( 'joomla.application.applicationexception' );</source> | ||
===See also=== | ===See also=== | ||
| + | * ApplicationException source code in [[jplatform:application/applicationexception.php|BitBucket]] | ||
* [[ApplicationException|Other versions of this class]] | * [[ApplicationException|Other versions of this class]] | ||
{{SeeAlso:ApplicationException}} | {{SeeAlso:ApplicationException}} | ||
Revision as of 17:48, 23 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.
[Edit Descripton] Description:ApplicationException
Defined in
libraries/joomla/application/applicationexception.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|
Importing
jimport( 'joomla.application.applicationexception' );
See also
- ApplicationException source code in BitBucket
- Other versions of this class
SeeAlso:ApplicationException [Edit See Also]
Examples
<CodeExamplesForm />
