Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patError

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Element index for package patError

Other package element indexes


a c g i p r s t _
_
Constructor __construct
patError::__construct() in patError.php
constructor - used to set up the error with all needed error details.
a
Method addIgnore
patErrorManager::addIgnore() in patErrorManager.php
add error codes to be ingored
c
Method clearExpect
patErrorManager::clearExpect() in patErrorManager.php
empty list of errors to be ignored
Method clearIgnore
patErrorManager::clearIgnore() in patErrorManager.php
empty list of errors to be ignored
g
Method getBacktrace
patError::getBacktrace() in patError.php
get the backtrace
Method getCode
patError::getCode() in patError.php
recieve error code
Method getErrorHandling
retrieves the current error handling settings for the specified error level.
Method getExpect
patErrorManager::getExpect() in patErrorManager.php
recieve all registerd error codes that will be ignored
Method getFile
patError::getFile() in patError.php
get the filename in which the error occured
Method getIgnore
patErrorManager::getIgnore() in patErrorManager.php
recieve all registerd error codes that will be ignored
Method getInfo
patError::getInfo() in patError.php
retrieves the additional error information (information usually only relevant for developers)
Method getLevel
patError::getLevel() in patError.php
returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
Method getLine
patError::getLine() in patError.php
get the line number in which the error occured
Method getMessage
patError::getMessage() in patError.php
retrieves the error message
i
Method isError
patErrorManager::isError() in patErrorManager.php
method for checking whether the return value of a pat application method is a pat error object.
p
Constructor patError
patError::patError() in patError.php
constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
Class patError
patError in patError.php
patError error object used by the patFormsError manager as error messages container for precise error management.
Class patErrorManager
patErrorManager in patErrorManager.php
patErrorManager main error management class used by pat tools for the application-internal error management. Creates patError objects for any errors for precise error management.
Constant PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE
error definition: callback function does not exist.
Constant PATERRORMANAGER_ERROR_ILLEGAL_MODE
PATERRORMANAGER_ERROR_ILLEGAL_MODE in patErrorManager.php
error definition: illegal error handling mode.
Constant PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
error definition: illegal options.
File patError.php
patError.php in patError.php
File patErrorManager.php
patErrorManager.php in patErrorManager.php
Method popExpect
patErrorManager::popExpect() in patErrorManager.php
remove top of error-codes from stack
Method pushExpect
patErrorManager::pushExpect() in patErrorManager.php
add expected errors to stack
r
Method raise
patErrorManager::raise() in patErrorManager.php
creates a new patError object given the specified information.
Method raiseError
patErrorManager::raiseError() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_ERROR will be returned.
Method raiseNotice
patErrorManager::raiseNotice() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_NOTICE will be returned.
Method raiseWarning
patErrorManager::raiseWarning() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_WARNING will be returned.
Method registerErrorLevel
register a new error level
Method removeIgnore
patErrorManager::removeIgnore() in patErrorManager.php
removeIgnore
s
Method setErrorClass
patErrorManager::setErrorClass() in patErrorManager.php
setErrorClass
Method setErrorHandling
sets the way the patErrorManager will handle teh different error levels. Use this if you want to override the default settings.
t
Method translateErrorLevel
translate an error level
a c g i p r s t _

Documentation generated on Mon, 05 Mar 2007 20:51:48 +0000 by phpDocumentor 1.3.1