ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
+
Functions
_
a
b
c
e
f
g
h
i
m
n
p
r
s
t
u
w
Variables
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
(
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
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
case
self::MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST:
22
$this->message =
"Type id does not exist in message stack"
;
23
break
;
24
default
:
25
$this->message =
"Unknown Exception "
.
$this->add_info
;
26
break
;
27
}
28
}
29
}
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
ilSystemStyleExceptionBase
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleExceptionBase.php:13
Services
Style
System
classes
Exceptions
class.ilSystemStyleMessageStackException.php
Generated on Tue Apr 15 2025 19:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)