|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class for advanced editing exception handling in ILIAS. More...
Inheritance diagram for ilSystemStyleException:
Collaboration diagram for ilSystemStyleException:Data Fields | |
| const | PARSING_JSON_FAILED = 1 |
| const | EMPTY_ENTRY = 1001 |
| const | INVALID_MANDATORY_ENTRY_ATTRIBUTE = 1002 |
| const | DUPLICATE_ENTRY = 1003 |
| const | DUPLICATE_ROOT_ENTRY = 1004 |
| const | INVALID_ID = 1005 |
| const | INVALID_FILE_PATH = 1006 |
| const | INVALID_RULES_ENTRY = 1007 |
| const | INVALID_CHARACTERS_IN_ID = 1008 |
| const | FILE_CREATION_FAILED = 2001 |
| const | FOLDER_CREATION_FAILED = 2002 |
| const | FILE_OPENING_FAILED = 2003 |
| const | SCSS_COMPILE_FAILED = 2004 |
| const | FOLDER_DELETION_FAILED = 2005 |
| const | FILE_DELETION_FAILED = 2006 |
| const | SCSS_NOT_INSTALLED = 2007 |
| const | FOLDER_OPENING_FAILED = 2008 |
| const | SKIN_FOLDER_DOES_NOT_EXIST = 3001 |
| const | SKIN_CSS_DOES_NOT_EXIST = 3002 |
| const | NO_STYLE_ID = 5001 |
| const | NO_SKIN_ID = 5002 |
| const | NO_PARENT_STYLE = 5003 |
| const | NOT_EXISTING_STYLE = 5004 |
| const | NOT_EXISTING_SKIN = 5005 |
| const | SKIN_ALREADY_EXISTS = 6001 |
| const | SUBSTYLE_ASSIGNMENT_EXISTS = 7001 |
Protected Member Functions | |
| assignMessageToCode () | |
Protected Member Functions inherited from ilSystemStyleExceptionBase | |
| 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) | |
| 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 24 of file class.ilSystemStyleException.php.
|
protected |
Definition at line 60 of file class.ilSystemStyleException.php.
References ilSystemStyleExceptionBase\$add_info.
| const ilSystemStyleException::DUPLICATE_ENTRY = 1003 |
Definition at line 30 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::DUPLICATE_ROOT_ENTRY = 1004 |
Definition at line 31 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::EMPTY_ENTRY = 1001 |
Definition at line 28 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::FILE_CREATION_FAILED = 2001 |
Definition at line 37 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::FILE_DELETION_FAILED = 2006 |
Definition at line 42 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::FILE_OPENING_FAILED = 2003 |
Definition at line 39 of file class.ilSystemStyleException.php.
Referenced by ilSkinFactory\__construct().
| const ilSystemStyleException::FOLDER_CREATION_FAILED = 2002 |
Definition at line 38 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::FOLDER_DELETION_FAILED = 2005 |
Definition at line 41 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::FOLDER_OPENING_FAILED = 2008 |
Definition at line 44 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::INVALID_CHARACTERS_IN_ID = 1008 |
Definition at line 35 of file class.ilSystemStyleException.php.
Referenced by ilSkinStyle\setId(), and ilSkin\setId().
| const ilSystemStyleException::INVALID_FILE_PATH = 1006 |
Definition at line 33 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::INVALID_ID = 1005 |
Definition at line 32 of file class.ilSystemStyleException.php.
Referenced by ilSkin\getStyle(), ilSkin\removeStyle(), and ilSkinTest\testRemoveTestTwice().
| const ilSystemStyleException::INVALID_MANDATORY_ENTRY_ATTRIBUTE = 1002 |
Definition at line 29 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::INVALID_RULES_ENTRY = 1007 |
Definition at line 34 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::NO_PARENT_STYLE = 5003 |
Definition at line 52 of file class.ilSystemStyleException.php.
Referenced by ilSkinFactory\__construct().
| const ilSystemStyleException::NO_SKIN_ID = 5002 |
Definition at line 51 of file class.ilSystemStyleException.php.
Referenced by ilSkinFactory\skinStyleContainerFromId().
| const ilSystemStyleException::NO_STYLE_ID = 5001 |
Definition at line 50 of file class.ilSystemStyleException.php.
Referenced by ilStyleDefinition\getImageDirectory().
| const ilSystemStyleException::NOT_EXISTING_SKIN = 5005 |
Definition at line 54 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::NOT_EXISTING_STYLE = 5004 |
Definition at line 53 of file class.ilSystemStyleException.php.
Referenced by ilStyleDefinition\getImageDirectory().
| const ilSystemStyleException::PARSING_JSON_FAILED = 1 |
Definition at line 26 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SCSS_COMPILE_FAILED = 2004 |
Definition at line 40 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SCSS_NOT_INSTALLED = 2007 |
Definition at line 43 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SKIN_ALREADY_EXISTS = 6001 |
Definition at line 56 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SKIN_CSS_DOES_NOT_EXIST = 3002 |
Definition at line 48 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SKIN_FOLDER_DOES_NOT_EXIST = 3001 |
Definition at line 47 of file class.ilSystemStyleException.php.
| const ilSystemStyleException::SUBSTYLE_ASSIGNMENT_EXISTS = 7001 |
Definition at line 58 of file class.ilSystemStyleException.php.
Referenced by ilSystemStyleSettings\writeSystemStyleCategoryAssignment().