|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class for advanced editing exception handling in ILIAS. More...
Inheritance diagram for ilSystemStyleMessageStackException:
Collaboration diagram for ilSystemStyleMessageStackException:Data Fields | |
| const | MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST = 1001 |
Data Fields inherited from ilSystemStyleExceptionBase | |
| const | UNKNONW_EXCEPTION = -1 |
Protected Member Functions | |
| assignMessageToCode () | |
| assignMessageToCode () | |
Additional Inherited Members | |
Public Member Functions inherited from ilSystemStyleExceptionBase | |
| __construct ($exception_code=-1, $exception_info="") | |
| ilSystemStyleException constructor. More... | |
| __toString () | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
Protected Attributes inherited from ilSystemStyleExceptionBase | |
| $message = "" | |
| $code = -1 | |
| $add_info = "" | |
Class for advanced editing exception handling in ILIAS.
Definition at line 13 of file class.ilSystemStyleMessageStackException.php.
|
protected |
Reimplemented from ilSystemStyleExceptionBase.
Definition at line 18 of file class.ilSystemStyleMessageStackException.php.
References ilSystemStyleExceptionBase\$add_info, and MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST.
| const ilSystemStyleMessageStackException::MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST = 1001 |
Definition at line 15 of file class.ilSystemStyleMessageStackException.php.
Referenced by assignMessageToCode(), and ilSystemStyleMessage\setTypeId().