Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ArgumentOutOfRangeException
+ Граф наследования:ArgumentOutOfRangeException:

Открытые члены

 __construct ($parameter, $lowerLimit=null, $upperLimit=null, \Exception $previous=null)
 
 getLowerLimitType ()
 
 getUpperType ()
 
- Открытые члены унаследованные от ArgumentException
 __construct ($message="", $parameter="", \Exception $previous=null)
 
 getParameter ()
 
- Открытые члены унаследованные от SystemException
 __construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null)
 

Защищенные данные

 $lowerLimit
 
 $upperLimit
 
- Защищенные данные унаследованные от ArgumentException
 $parameter
 

Подробное описание

Exception is thrown when the value of an argument is outside the allowable range of values.

См. определение в файле exception.php строка 66

Конструктор(ы)

◆ __construct()

__construct ( $parameter,
$lowerLimit = null,
$upperLimit = null,
\Exception $previous = null )

Creates new exception object.

Аргументы
string$parameterArgument that generates exception
null$lowerLimitEither lower limit of the allowable range of values or an array of allowable values
null$upperLimitUpper limit of the allowable values
\Exception  |  null$previous

См. определение в файле exception.php строка 79

Методы

◆ getLowerLimitType()

getLowerLimitType ( )

См. определение в файле exception.php строка 98

◆ getUpperType()

getUpperType ( )

См. определение в файле exception.php строка 103

Данные класса

◆ $lowerLimit

$lowerLimit
protected

См. определение в файле exception.php строка 68

◆ $upperLimit

$upperLimit
protected

См. определение в файле exception.php строка 69