Public Member Functions | |
JErrorHandler () | |
& | GetInstance () |
IsError ($error) | |
PushError ($error) | |
HasErrors () | |
PopError () | |
Public Attributes | |
$errorstack | |
The stack of errors. |
Definition at line 12 of file JErrorHandler.class.php.
|
The constructor. Definition at line 19 of file JErrorHandler.class.php. Referenced by GetInstance(). |
|
Gets an instance of the error handler.
Definition at line 28 of file JErrorHandler.class.php. References JErrorHandler(). Referenced by JSystem::GetLastError(), JBaseObject::GetLastError(), and JBaseObject::RaiseError(). |
|
Checks if there is any error in the stack.
Definition at line 74 of file JErrorHandler.class.php. |
|
Checks if the object is a JError object.
Definition at line 45 of file JErrorHandler.class.php. Referenced by JSystem::IsError(), and JBaseObject::RaiseError(). |
|
Pops an error from the stack.
Definition at line 83 of file JErrorHandler.class.php. |
|
Adds a new error in the errors stack.
Definition at line 63 of file JErrorHandler.class.php. |
|
The stack of errors.
Definition at line 14 of file JErrorHandler.class.php. |