| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilDclInputException:
 Collaboration diagram for ilDclInputException:Public Member Functions | |
| __construct ($exception_type, $additional_text="") | |
| getExceptionType () | |
| __toString () | |
  Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0, Throwable $previous=null) | |
| 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 | NOT_IMAGE = 5 | 
| const | WRONG_FILE_TYPE = 6 | 
| const | CUSTOM_MESSAGE = 7 | 
| const | REGEX_CONFIG_EXCEPTION = 8 | 
Protected Attributes | |
| string | $exception_type | 
| string | $additional_text | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclInputException.php.
| ilDclInputException::__construct | ( | $exception_type, | |
$additional_text = ""  | 
        |||
| ) | 
| string | $exception_type | 
Definition at line 37 of file class.ilDclInputException.php.
References $additional_text, $exception_type, ILIAS\GlobalScreen\Provider\__construct(), and __toString().
 Here is the call graph for this function:| ilDclInputException::__toString | ( | ) | 
Definition at line 49 of file class.ilDclInputException.php.
References $additional_text, $DIC, $lng, $message, CUSTOM_MESSAGE, LENGTH_EXCEPTION, NOT_IMAGE, NOT_URL, REGEX_CONFIG_EXCEPTION, REGEX_EXCEPTION, TYPE_EXCEPTION, UNIQUE_EXCEPTION, and WRONG_FILE_TYPE.
Referenced by __construct().
 Here is the caller graph for this function:| ilDclInputException::getExceptionType | ( | ) | 
Definition at line 44 of file class.ilDclInputException.php.
References $exception_type.
      
  | 
  protected | 
Definition at line 32 of file class.ilDclInputException.php.
Referenced by __construct(), and __toString().
      
  | 
  protected | 
Definition at line 31 of file class.ilDclInputException.php.
Referenced by __construct(), and getExceptionType().
| const ilDclInputException::CUSTOM_MESSAGE = 7 | 
Definition at line 28 of file class.ilDclInputException.php.
Referenced by __toString().
| const ilDclInputException::LENGTH_EXCEPTION = 1 | 
Definition at line 22 of file class.ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::NOT_IMAGE = 5 | 
Definition at line 26 of file class.ilDclInputException.php.
Referenced by __toString().
| const ilDclInputException::NOT_URL = 4 | 
Definition at line 25 of file class.ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkValidityOfURLField().
| const ilDclInputException::REGEX_CONFIG_EXCEPTION = 8 | 
Definition at line 29 of file class.ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::REGEX_EXCEPTION = 2 | 
Definition at line 23 of file class.ilDclInputException.php.
Referenced by __toString(), and ilDclTextFieldModel\checkRegexAndLength().
| const ilDclInputException::TYPE_EXCEPTION = 0 | 
Definition at line 21 of file class.ilDclInputException.php.
Referenced by __toString(), and ilDclNumberFieldModel\checkValidity().
| const ilDclInputException::UNIQUE_EXCEPTION = 3 | 
| const ilDclInputException::WRONG_FILE_TYPE = 6 | 
Definition at line 27 of file class.ilDclInputException.php.
Referenced by __toString().