ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
SimpleExcel\Exception\SimpleExcelException Class Reference

define exception enum More...

+ Collaboration diagram for SimpleExcel\Exception\SimpleExcelException:

Data Fields

const UNKNOWN = 0
 
const FILE_NOT_FOUND = 1
 
const FILE_EXTENSION_MISMATCH = 2
 
const ERROR_READING_FILE = 3
 
const INVALID_DOCUMENT_NAMESPACE = 4
 
const FIELD_NOT_FOUND = 5
 
const ROW_NOT_FOUND = 6
 
const COLUMN_NOT_FOUND = 7
 
const CELL_NOT_FOUND = 8
 
const FILETYPE_NOT_SUPPORTED = 9
 
const MALFORMED_JSON = 10
 

Detailed Description

define exception enum

Definition at line 13 of file SimpleExcelException.php.

Field Documentation

◆ CELL_NOT_FOUND

const SimpleExcel\Exception\SimpleExcelException::CELL_NOT_FOUND = 8

◆ COLUMN_NOT_FOUND

const SimpleExcel\Exception\SimpleExcelException::COLUMN_NOT_FOUND = 7

◆ ERROR_READING_FILE

const SimpleExcel\Exception\SimpleExcelException::ERROR_READING_FILE = 3

Definition at line 18 of file SimpleExcelException.php.

Referenced by SimpleExcel\Parser\BaseParser\isFileReady().

◆ FIELD_NOT_FOUND

const SimpleExcel\Exception\SimpleExcelException::FIELD_NOT_FOUND = 5

◆ FILE_EXTENSION_MISMATCH

const SimpleExcel\Exception\SimpleExcelException::FILE_EXTENSION_MISMATCH = 2

Definition at line 17 of file SimpleExcelException.php.

Referenced by SimpleExcel\Parser\BaseParser\isFileReady().

◆ FILE_NOT_FOUND

const SimpleExcel\Exception\SimpleExcelException::FILE_NOT_FOUND = 1

Definition at line 16 of file SimpleExcelException.php.

Referenced by SimpleExcel\Parser\BaseParser\isFileReady().

◆ FILETYPE_NOT_SUPPORTED

const SimpleExcel\Exception\SimpleExcelException::FILETYPE_NOT_SUPPORTED = 9

◆ INVALID_DOCUMENT_NAMESPACE

const SimpleExcel\Exception\SimpleExcelException::INVALID_DOCUMENT_NAMESPACE = 4

Definition at line 19 of file SimpleExcelException.php.

Referenced by SimpleExcel\Parser\XMLParser\parseDOM().

◆ MALFORMED_JSON

const SimpleExcel\Exception\SimpleExcelException::MALFORMED_JSON = 10

Definition at line 25 of file SimpleExcelException.php.

Referenced by SimpleExcel\Parser\JSONParser\loadString().

◆ ROW_NOT_FOUND

const SimpleExcel\Exception\SimpleExcelException::ROW_NOT_FOUND = 6

◆ UNKNOWN

const SimpleExcel\Exception\SimpleExcelException::UNKNOWN = 0

Definition at line 15 of file SimpleExcelException.php.


The documentation for this class was generated from the following file: