ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct ($exception_type) | |
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. |
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 |
Protected Attributes | |
$exception_type |
Class ilDataCollectionField.
Definition at line 17 of file class.ilDataCollectionInputException.php.
ilDataCollectionInputException::__construct | ( | $exception_type | ) |
string | $exception_type |
Definition at line 34 of file class.ilDataCollectionInputException.php.
References $exception_type.
ilDataCollectionInputException::__toString | ( | ) |
Definition at line 51 of file class.ilDataCollectionInputException.php.
References $lng.
ilDataCollectionInputException::getExceptionType | ( | ) |
Definition at line 43 of file class.ilDataCollectionInputException.php.
References $exception_type.
|
protected |
Definition at line 28 of file class.ilDataCollectionInputException.php.
Referenced by __construct(), and getExceptionType().
const ilDataCollectionInputException::LENGTH_EXCEPTION = 1 |
Definition at line 20 of file class.ilDataCollectionInputException.php.
Referenced by ilDataCollectionField\checkValidity().
const ilDataCollectionInputException::NOT_IMAGE = 5 |
Definition at line 24 of file class.ilDataCollectionInputException.php.
const ilDataCollectionInputException::NOT_URL = 4 |
Definition at line 23 of file class.ilDataCollectionInputException.php.
Referenced by ilDataCollectionField\checkValidity().
const ilDataCollectionInputException::REGEX_EXCEPTION = 2 |
Definition at line 21 of file class.ilDataCollectionInputException.php.
Referenced by ilDataCollectionField\checkValidity().
const ilDataCollectionInputException::TYPE_EXCEPTION = 0 |
Definition at line 19 of file class.ilDataCollectionInputException.php.
Referenced by ilDataCollectionField\checkValidity().
const ilDataCollectionInputException::UNIQUE_EXCEPTION = 3 |
Definition at line 22 of file class.ilDataCollectionInputException.php.
Referenced by ilDataCollectionField\checkValidity().