API17:JError::isError
From Joomla! Documentation
JError::isError
Description
Method to determine if a value is an exception object.
public static function isError (&$object)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$object |
- Returns
- Defined on line 68 of libraries/joomla/error/error.php
- Referenced by
- JCache::clean
- JLoggerDatabase::connect
- JView::display
- JArchive::extract
- JCache::gc
- JCache::get
- JCache::getAll
- JException::getError
- JObject::getError
- JApplication::getMenu
- JApplication::getPathway
- JApplication::getRouter
- JCache::lock
- JModelForm::preprocessForm
- JCache::remove
- JControllerForm::save
- JDocumentError::setError
- JCache::store
- JCache::unlock
- JForm::validate
- JModelForm::validate
- JForm::validateField
See also
JError::isError source code on BitBucket
Class JError
Subpackage Error- Other versions of JError::isError
User contributed notes
Code Examples