[RSErrorManager] element index

Package indexes

All elements
c e g i o p r t _
_
top
$_currentOperation
The name of the current operation.
$_errors
RSErrorManager::$_errors in RSErrorManager.php
An array holding all errors that occurre - the error stack.
c
top
catch
RSErrorManager::catch() in RSErrorManager.php
Saves the error passed as argument on the error stack.
countErrors
RSErrorManager::countErrors() in RSErrorManager.php
Returns the number of occurred errors that match the conditions passed as agrument.
countErrorsByProperty
Returns the number of occured errors that were related to the property passed as argument.
e
top
errorsOccurred
RSErrorManager::errorsOccurred() in RSErrorManager.php
Returns true if errors occurred that match the conditions passed as argument.
errorsOccurredOnProperty
Returns true if any errors occured on the property $property.
g
top
getCurrentOperation
Returns the name of the current/default operation.
getErrors
RSErrorManager::getErrors() in RSErrorManager.php
Returns an Array containing all errors from the error stack that match the specified conditions.
getObject
RSError::getObject() in RSError.php
Returns the value of the field object.
getOperation
Returns the value of the field operation.
getProperty
RSError::getProperty() in RSError.php
Returns the value of the field property.
i
top
isRSError
RSErrorManager::isRSError() in RSErrorManager.php
Returns true if the passed object is an instance of RSError.
o
top
$object
RSError::$object in RSError.php
The name of the object to which the error is related.
$operation
RSError::$operation in RSError.php
The name of the operation to which the error is related.
onDBError
RSErrorManager::onDBError() in RSErrorManager.php
Handle the occurence of DB errors.
onFatalError
RSErrorManager::onFatalError() in RSErrorManager.php
Handle the occurence of fatal errors.
onPermissionDenied
Handle the occurence of permission-denied errors.
p
top
$property
RSError::$property in RSError.php
The name of the property to which the error is related.
r
top
RSErrorCodes.php
RSErrorCodes.php in RSErrorCodes.php
RSErrorManager.php
RSErrorManager.php in RSErrorManager.php
RSError.php
RSError.php in RSError.php
raiseRSError
RSErrorManager::raiseRSError() in RSErrorManager.php
This method is a wrapper for PEAR::raiseError. It returns an instance of the class RSError.
reportError
RSErrorManager::reportError() in RSErrorManager.php
Report the occurence of an error.
reset
RSErrorManager::reset() in RSErrorManager.php
Removes all errors from the error stack and sets a new default operation.
RSError
RSError::RSError() in RSError.php
Constructor method.
RSError
RSError in RSError.php
An extended version of PEAR_Error.
RSErrorManager
RSErrorManager::RSErrorManager() in RSErrorManager.php
Constructor method.
RSErrorManager
RSErrorManager in RSErrorManager.php
Implementation of an Error Management System.
RSERROR_ARRAY_ZERO_LENGTH
RSERROR_ARRAY_ZERO_LENGTH in RSErrorCodes.php
The array contained no elements
RSERROR_FATAL_ERROR
RSERROR_FATAL_ERROR in RSErrorCodes.php
Indicates the the error is fatal.
RSERROR_FILE_NOT_FOUND
RSERROR_FILE_NOT_FOUND in RSErrorCodes.php
File not found.
RSERROR_INVALID
RSERROR_INVALID in RSErrorCodes.php
A general error indicating that the variable was not in the correct format.
RSERROR_INVALID_FOREIGN_KEY
RSERROR_INVALID_FOREIGN_KEY in RSErrorCodes.php
Is was tried to build a reference to a non-existing primary key.
RSERROR_NOT_ARRAY
RSERROR_NOT_ARRAY in RSErrorCodes.php
The value was not an array.
RSERROR_NOT_BOOLEAN
RSERROR_NOT_BOOLEAN in RSErrorCodes.php
The value was not a boolean.
RSERROR_NOT_INTEGER
RSERROR_NOT_INTEGER in RSErrorCodes.php
The value was not an integer.
RSERROR_NOT_OBJECT
RSERROR_NOT_OBJECT in RSErrorCodes.php
The value was not an object.
RSERROR_NOT_SET
RSERROR_NOT_SET in RSErrorCodes.php
The variable was not set.
RSERROR_NOT_STRING
RSERROR_NOT_STRING in RSErrorCodes.php
The value was not a string.
RSERROR_NO_SUCH_CLASS
RSERROR_NO_SUCH_CLASS in RSErrorCodes.php
It was tried to instantinate a non-existing class.
RSERROR_NO_SUCH_FUNCTION
RSERROR_NO_SUCH_FUNCTION in RSErrorCodes.php
It was tried to call a non-existing method.
RSERROR_NO_SUCH_METHOD
RSERROR_NO_SUCH_METHOD in RSErrorCodes.php
It was tried to call a non-existing method.
RSERROR_NO_SUCH_RECORD
RSERROR_NO_SUCH_RECORD in RSErrorCodes.php
It was tried to access a non-existing record.
RSERROR_PERMISSION_DENIED
RSERROR_PERMISSION_DENIED in RSErrorCodes.php
A permission violation occurred.
RSERROR_TOO_HIGH
RSERROR_TOO_HIGH in RSErrorCodes.php
The integer variable was too high.
RSERROR_TOO_LONG
RSERROR_TOO_LONG in RSErrorCodes.php
The string variable was too long.
RSERROR_TOO_LOW
RSERROR_TOO_LOW in RSErrorCodes.php
The integer variable was too low.
RSERROR_TOO_SHORT
RSERROR_TOO_SHORT in RSErrorCodes.php
The string variabe was too short.
RSERROR_UNKNOWN
RSERROR_UNKNOWN in RSErrorCodes.php
An unknown error.
RSERROR_WRONG_TYPE
RSERROR_WRONG_TYPE in RSErrorCodes.php
The variable did not have the correct type.
t
top
toString
RSError::toString() in RSError.php
Returns a literal representation of this error.
c e g i o p r t _