Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

ErrorHandler Class Reference

List of all members.

Static Public Member Functions

 raiseError ($errNo, $errMsg, $file, $line)
 handleException ($e)
 getBacktrace ($info, $trace, $errNo=null)

Static Public Attributes

 $errType

Member Function Documentation

ErrorHandler::getBacktrace info,
trace,
errNo = null
[static]
 

Definition at line 91 of file error.inc.php.

References $s.

ErrorHandler::handleException e  )  [static]
 

Definition at line 70 of file error.inc.php.

References getReportErrorForm().

Referenced by BaseJumper::start().

ErrorHandler::raiseError errNo,
errMsg,
file,
line
[static]
 

Parameters:
int $errNo
string $errMsg
string $file
int $line
Returns:
void public

Definition at line 33 of file error.inc.php.

References getReportErrorForm().


Member Data Documentation

ErrorHandler::$errType [static]
 

Initial value:

 array(
        1    => "Php Error",
        2    => "Php Warning",
        4    => "Parsing Error",
        8    => "Php Notice",
        16   => "Core Error",
        32   => "Core Warning",
        64   => "Compile Error",
        128  => "Compile Warning",
        256  => "Php User Error",
        512  => "Php User Warning",
        1024 => "Php User Notice"
    )

Definition at line 11 of file error.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1