ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilSystemStyleMessageStackException.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'class.ilSystemStyleExceptionBase.php'
;
5
13
class
ilSystemStyleMessageStackException
extends
ilSystemStyleExceptionBase
14
{
15
const
MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
= 1001;
16
17
18
protected
function
assignMessageToCode
()
19
{
20
switch
($this->code)
21
{
22
case
self::MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST:
23
$this->message =
"Type id does not exist in message stack"
;
24
break
;
25
default
:
26
$this->message =
"Unknown Exception "
.
$this->add_info
;
27
break
;
28
}
29
}
30
31
}
ilSystemStyleMessageStackException
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleMessageStackException.php:13
ilSystemStyleMessageStackException\MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
const MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
Definition:
class.ilSystemStyleMessageStackException.php:15
ilSystemStyleExceptionBase\$add_info
$add_info
Definition:
class.ilSystemStyleExceptionBase.php:30
ilSystemStyleMessageStackException\assignMessageToCode
assignMessageToCode()
Definition:
class.ilSystemStyleMessageStackException.php:18
php
ilSystemStyleExceptionBase
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleExceptionBase.php:13
Services
Style
System
classes
Exceptions
class.ilSystemStyleMessageStackException.php
Generated on Fri Jan 17 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)