| Method | Description |
getErrors | Method for for retrieving the errors that are stored. |
hasErrors | Method to check if any errors have been storeds. |
isError | Method for checking whether the return value of a pat application method is a patError object. |
raise | Creates a new patError object given the specified information. |
raiseError | This is a wrapper for the raise method that passes E_ERROR as the error level. |
raiseNotice | This is a wrapper for the raise method that passes E_NOTICE as the error level. |
raiseWarning | This is a wrapper for the raise method that passes E_WARNING as the error level. |
setErrorHandling | This sets the way that patErrorManager will handle the different error levels. |