|
ILIAS
release_8 Revision v8.24
|
Class for advanced editing exception handling in ILIAS. More...
Inheritance diagram for ilSystemStyleColorException:
Collaboration diagram for ilSystemStyleColorException:Data Fields | |
| const | INVALID_COLOR_EXCEPTION = 1001 |
Protected Member Functions | |
| assignMessageToCode () | |
| assignMessageToCode () | |
Additional Inherited Members | |
Public Member Functions inherited from ilSystemStyleExceptionBase | |
| __construct (int $exception_code=-1, string $exception_info='') | |
| __toString () | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0, Throwable $previous=null) | |
| A code isn't optional as in build in class Exception. More... | |
Protected Attributes inherited from ilSystemStyleExceptionBase | |
| $message = '' | |
| $code = -1 | |
| string | $add_info = '' |
Class for advanced editing exception handling in ILIAS.
Definition at line 23 of file class.ilSystemStyleColorException.php.
|
protected |
Reimplemented from ilSystemStyleExceptionBase.
Definition at line 27 of file class.ilSystemStyleColorException.php.
References ilSystemStyleExceptionBase\$add_info, and INVALID_COLOR_EXCEPTION.
| const ilSystemStyleColorException::INVALID_COLOR_EXCEPTION = 1001 |
Definition at line 25 of file class.ilSystemStyleColorException.php.
Referenced by assignMessageToCode(), ilSystemStyleIconColor\setColor(), ilSystemStyleIconColorTest\testInvalidColor1(), and ilSystemStyleIconColorTest\testInvalidColor2().