|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class for advanced editing exception handling in ILIAS. More...
Inheritance diagram for ilSystemStyleExceptionBase:
Collaboration diagram for ilSystemStyleExceptionBase:Public Member Functions | |
| __construct (int $exception_code=-1, string $exception_info='') | |
| __toString () | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code isn't optional as in build in class Exception. More... | |
Protected Member Functions | |
| assignMessageToCode () | |
Protected Attributes | |
| $message = '' | |
| $code = -1 | |
| string | $add_info = '' |
Class for advanced editing exception handling in ILIAS.
Definition at line 24 of file class.ilSystemStyleExceptionBase.php.
| ilSystemStyleExceptionBase::__construct | ( | int | $exception_code = -1, |
| string | $exception_info = '' |
||
| ) |
Definition at line 38 of file class.ilSystemStyleExceptionBase.php.
References ILIAS\GlobalScreen\Provider\__construct(), and assignMessageToCode().
Here is the call graph for this function:| ilSystemStyleExceptionBase::__toString | ( | ) |
Definition at line 48 of file class.ilSystemStyleExceptionBase.php.
|
abstractprotected |
|
protected |
Definition at line 36 of file class.ilSystemStyleExceptionBase.php.
Referenced by ilSystemStyleMessageStackException\assignMessageToCode(), and ilSystemStyleException\assignMessageToCode().
|
protected |
Definition at line 34 of file class.ilSystemStyleExceptionBase.php.
|
protected |
Definition at line 29 of file class.ilSystemStyleExceptionBase.php.