[patError] element index

Package indexes

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