Element index for package patError
Package indexes
[ a ]
[ b ]
[ c ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ _ ]
_
- __construct
- in file patError.php, method patError::__construct()
constructor - used to set up the error with all needed error details.
a
- $args
- in file patError.php, variable patError::$args
stores the arguments the method that the error occurred in had received.
- addIgnore
- in file patErrorManager.php, method patErrorManager::addIgnore()
add error codes to be ingored
b
- $backtrace
- in file patError.php, variable patError::$backtrace
stores the complete debug backtrace (if your PHP version has the debug_backtrace function)
f
- $file
- in file patError.php, variable patError::$file
stores the filename of the file the error occurred in.
- $function
- in file patError.php, variable patError::$function
stores the name of the method the error occurred in
g
- getBacktrace
- in file patError.php, method patError::getBacktrace()
get the backtrace
- getCode
- in file patError.php, method patError::getCode()
recieve error code
- getErrorHandling
- in file patErrorManager.php, method patErrorManager::getErrorHandling()
retrieves the current error handling settings for the specified error level.
- getExpect
- in file patErrorManager.php, method patErrorManager::getExpect()
recieve all registerd error codes that will be ignored
- getFile
- in file patError.php, method patError::getFile()
get the filename in which the error occured
- getIgnore
- in file patErrorManager.php, method patErrorManager::getIgnore()
recieve all registerd error codes that will be ignored
- getInfo
- in file patError.php, method patError::getInfo()
retrieves the additional error information (information usually only relevant for developers)
- getLevel
- in file patError.php, method patError::getLevel()
returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
- getLine
- in file patError.php, method patError::getLine()
get the line number in which the error occured
- getMessage
- in file patError.php, method patError::getMessage()
retrieves the error message
i
- $info
- in file patError.php, variable patError::$info
additional info that is relevant for the developer of the script (e.g. if a database connect fails, the dsn used) and that the end-user should not see.
- isError
- in file patErrorManager.php, method patErrorManager::isError()
method for checking whether the return value of a pat application method is a pat error object.
l
- $level
- in file patError.php, variable patError::$level
stores the error level for this error
- $line
- in file patError.php, variable patError::$line
stores the line number the error occurred in.
m
- $message
- in file patError.php, variable patError::$message
stores the error message - this is the message that can also be shown the user if need be.
p
- patError.php
- procedural page patError.php
- patErrorManager.php
- procedural page patErrorManager.php
- patError
- in file patError.php, method patError::patError()
constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
- patError
- in file patError.php, class patError
patError error object used by the patFormsError manager as error messages container for precise error management.
- patErrorManager
- in file patErrorManager.php, class patErrorManager
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
- in file patErrorManager.php, constant PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE
error definition: callback function does not exist.
- PATERRORMANAGER_ERROR_ILLEGAL_MODE
- in file patErrorManager.php, constant PATERRORMANAGER_ERROR_ILLEGAL_MODE
error definition: illegal error handling mode.
- PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
- in file patErrorManager.php, constant PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
error definition: illegal options.
- popExpect
- in file patErrorManager.php, method patErrorManager::popExpect()
remove top of error-codes from stack
- pushExpect
- in file patErrorManager.php, method patErrorManager::pushExpect()
add expected errors to stack
|
|