ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilDclBaseFieldModel. More...
Public Member Functions | |
__construct ($exception_type, $additional_text="") | |
getExceptionType () | |
__toString () | |
Public Member Functions inherited from ilException | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. More... | |
Data Fields | |
const | TYPE_EXCEPTION = 0 |
const | LENGTH_EXCEPTION = 1 |
const | REGEX_EXCEPTION = 2 |
const | UNIQUE_EXCEPTION = 3 |
const | NOT_URL = 4 |
const | NOT_IMAGE = 5 |
const | WRONG_FILE_TYPE = 6 |
const | CUSTOM_MESSAGE = 7 |
const | REGEX_CONFIG_EXCEPTION = 8 |
Protected Attributes | |
$exception_type | |
$additional_text | |
ilDclInputException::__construct | ( | $exception_type, | |
$additional_text = "" |
|||
) |
string | $exception_type |
Definition at line 44 of file class.ilDclInputException.php.
References $additional_text, and $exception_type.
ilDclInputException::__toString | ( | ) |
Definition at line 62 of file class.ilDclInputException.php.
References $additional_text, $DIC, and $lng.
ilDclInputException::getExceptionType | ( | ) |
Definition at line 54 of file class.ilDclInputException.php.
References $exception_type.
|
protected |
Definition at line 38 of file class.ilDclInputException.php.
Referenced by __construct(), and __toString().
|
protected |
Definition at line 33 of file class.ilDclInputException.php.
Referenced by __construct(), and getExceptionType().
const ilDclInputException::CUSTOM_MESSAGE = 7 |
Definition at line 26 of file class.ilDclInputException.php.
const ilDclInputException::LENGTH_EXCEPTION = 1 |
Definition at line 20 of file class.ilDclInputException.php.
Referenced by ilDclTextFieldModel\checkRegexAndLength().
const ilDclInputException::NOT_IMAGE = 5 |
Definition at line 24 of file class.ilDclInputException.php.
const ilDclInputException::NOT_URL = 4 |
Definition at line 23 of file class.ilDclInputException.php.
Referenced by ilDclTextFieldModel\checkValidityOfURLField().
const ilDclInputException::REGEX_CONFIG_EXCEPTION = 8 |
Definition at line 27 of file class.ilDclInputException.php.
Referenced by ilDclTextFieldModel\checkRegexAndLength().
const ilDclInputException::REGEX_EXCEPTION = 2 |
Definition at line 21 of file class.ilDclInputException.php.
Referenced by ilDclTextFieldModel\checkRegexAndLength().
const ilDclInputException::TYPE_EXCEPTION = 0 |
Definition at line 19 of file class.ilDclInputException.php.
Referenced by ilDclNumberFieldModel\checkValidity().
const ilDclInputException::UNIQUE_EXCEPTION = 3 |
Definition at line 22 of file class.ilDclInputException.php.
Referenced by ilDclDatetimeFieldModel\checkValidity(), ilDclTextFieldModel\checkValidity(), ilDclFileuploadFieldModel\checkValidity(), ilDclBaseFieldModel\checkValidity(), and ilDclTextFieldModel\checkValidityOfURLField().
const ilDclInputException::WRONG_FILE_TYPE = 6 |
Definition at line 25 of file class.ilDclInputException.php.