ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
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
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
SimpleExcelException.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleExcel\Exception
;
4
13
abstract
class
SimpleExcelException
14
{
15
const
UNKNOWN
= 0;
16
const
FILE_NOT_FOUND
= 1;
17
const
FILE_EXTENSION_MISMATCH
= 2;
18
const
ERROR_READING_FILE
= 3;
19
const
INVALID_DOCUMENT_NAMESPACE
= 4;
20
const
FIELD_NOT_FOUND
= 5;
21
const
ROW_NOT_FOUND
= 6;
22
const
COLUMN_NOT_FOUND
= 7;
23
const
CELL_NOT_FOUND
= 8;
24
const
FILETYPE_NOT_SUPPORTED
= 9;
25
const
MALFORMED_JSON
= 10;
26
}
27
?>
SimpleExcel\Exception\SimpleExcelException\ERROR_READING_FILE
const ERROR_READING_FILE
Definition:
SimpleExcelException.php:18
SimpleExcel\Exception\SimpleExcelException\ROW_NOT_FOUND
const ROW_NOT_FOUND
Definition:
SimpleExcelException.php:21
SimpleExcel\Exception\SimpleExcelException\MALFORMED_JSON
const MALFORMED_JSON
Definition:
SimpleExcelException.php:25
SimpleExcel\Exception\SimpleExcelException\FIELD_NOT_FOUND
const FIELD_NOT_FOUND
Definition:
SimpleExcelException.php:20
SimpleExcel\Exception\SimpleExcelException\INVALID_DOCUMENT_NAMESPACE
const INVALID_DOCUMENT_NAMESPACE
Definition:
SimpleExcelException.php:19
SimpleExcel\Exception\SimpleExcelException\CELL_NOT_FOUND
const CELL_NOT_FOUND
Definition:
SimpleExcelException.php:23
SimpleExcel\Exception\SimpleExcelException\UNKNOWN
const UNKNOWN
Definition:
SimpleExcelException.php:15
SimpleExcel\Exception\SimpleExcelException\FILETYPE_NOT_SUPPORTED
const FILETYPE_NOT_SUPPORTED
Definition:
SimpleExcelException.php:24
SimpleExcel\Exception\SimpleExcelException\FILE_NOT_FOUND
const FILE_NOT_FOUND
Definition:
SimpleExcelException.php:16
SimpleExcel\Exception\SimpleExcelException
define exception enum
Definition:
SimpleExcelException.php:13
SimpleExcel\Exception\SimpleExcelException\FILE_EXTENSION_MISMATCH
const FILE_EXTENSION_MISMATCH
Definition:
SimpleExcelException.php:17
SimpleExcel\Exception
Definition:
SimpleExcelException.php:3
SimpleExcel\Exception\SimpleExcelException\COLUMN_NOT_FOUND
const COLUMN_NOT_FOUND
Definition:
SimpleExcelException.php:22
Modules
DataCollection
libs
SimpleExcel
Exception
SimpleExcelException.php
Generated on Mon Dec 21 2020 19:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)