|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilDclInputException:
Collaboration diagram for ilDclInputException:Public Member Functions | |
| __construct (int $exception_type) | |
| __toString () | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code 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 | REGEX_CONFIG_EXCEPTION = 8 |
Protected Attributes | |
| ilLanguage | $lng |
| int | $exception_type |
Definition at line 21 of file ilDclInputException.php.
| ilDclInputException::__construct | ( | int | $exception_type | ) |
Definition at line 32 of file ilDclInputException.php.
References $DIC, $exception_type, ILIAS\GlobalScreen\Provider\__construct(), __toString(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilDclInputException::__toString | ( | ) |
Definition at line 41 of file ilDclInputException.php.
References LENGTH_EXCEPTION, ILIAS\Repository\lng(), NOT_URL, REGEX_CONFIG_EXCEPTION, REGEX_EXCEPTION, TYPE_EXCEPTION, and UNIQUE_EXCEPTION.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file ilDclInputException.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file ilDclInputException.php.
| const ilDclInputException::LENGTH_EXCEPTION = 1 |
Definition at line 24 of file ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::NOT_URL = 4 |
Definition at line 27 of file ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkValidity().
| const ilDclInputException::REGEX_CONFIG_EXCEPTION = 8 |
Definition at line 28 of file ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::REGEX_EXCEPTION = 2 |
Definition at line 25 of file ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::TYPE_EXCEPTION = 0 |
Definition at line 23 of file ilDclInputException.php.
Referenced by __toString(), ilDclNumberFieldModel\checkValidity(), and ilDclBooleanFieldModel\checkValidityFromForm().
| const ilDclInputException::UNIQUE_EXCEPTION = 3 |
Definition at line 26 of file ilDclInputException.php.
Referenced by __toString(), and ilDclBaseFieldModel\checkUnique().