| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilDataCollectionField. More...
 Inheritance diagram for ilDataCollectionInputException:
 Inheritance diagram for ilDataCollectionInputException: Collaboration diagram for ilDataCollectionInputException:
 Collaboration diagram for ilDataCollectionInputException:| 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 | 
| Private Attributes | |
| $exception_type | |
Class ilDataCollectionField.
Definition at line 17 of file class.ilDataCollectionInputException.php.
| ilDataCollectionInputException::__construct | ( | $exception_type | ) | 
Definition at line 31 of file class.ilDataCollectionInputException.php.
References $exception_type.
| ilDataCollectionInputException::__toString | ( | ) | 
Definition at line 48 of file class.ilDataCollectionInputException.php.
References $lng.
| ilDataCollectionInputException::getExceptionType | ( | ) | 
Definition at line 40 of file class.ilDataCollectionInputException.php.
References $exception_type.
| 
 | private | 
Definition at line 26 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.
Referenced by ilDataCollectionField\checkValidity().
| 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().