|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for IT_Error:
Collaboration diagram for IT_Error:Public Member Functions | |
| IT_Error ($msg, $file=__FILE__, $line=__LINE__) | |
| Creates an cache error object. More... | |
Public Member Functions inherited from PEAR_Error | |
| PEAR_Error ($message='unknown error', $code=null, $mode=null, $options=null, $userinfo=null) | |
| PEAR_Error constructor. More... | |
| getMode () | |
| Get the error mode from an error object. More... | |
| getCallback () | |
| Get the callback function/method from an error object. More... | |
| getMessage () | |
| Get the error message from an error object. More... | |
| getCode () | |
| Get error code from an error object. More... | |
| getType () | |
| Get the name of this error/exception. More... | |
| getUserInfo () | |
| Get additional user-supplied information. More... | |
| getDebugInfo () | |
| Get additional debug information supplied by the application. More... | |
| getBacktrace ($frame=null) | |
| Get the call backtrace from where the error was generated. More... | |
| addUserInfo ($info) | |
| __toString () | |
| toString () | |
| Make a string representation of this object. More... | |
Data Fields | |
| $error_message_prefix = "IntegratedTemplate Error: " | |
Data Fields inherited from PEAR_Error | |
| $error_message_prefix = '' | |
| $mode = PEAR_ERROR_RETURN | |
| $level = E_USER_NOTICE | |
| $code = -1 | |
| $message = '' | |
| $userinfo = '' | |
| $backtrace = null | |
Definition at line 27 of file IT_Error.php.
| IT_Error::IT_Error | ( | $msg, | |
$file = __FILE__, |
|||
$line = __LINE__ |
|||
| ) |
Creates an cache error object.
| string | error message |
| string | file where the error occured |
| string | linenumber where the error occured |
Definition at line 44 of file IT_Error.php.
References $file, and PEAR_Error\PEAR_Error().
Here is the call graph for this function:| IT_Error::$error_message_prefix = "IntegratedTemplate Error: " |
Definition at line 35 of file IT_Error.php.