Открытые члены | |
__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 | ( | $parameter, | |
$lowerLimit = null, | |||
$upperLimit = null, | |||
\Exception | $previous = null ) |
Creates new exception object.
string | $parameter | Argument that generates exception |
null | $lowerLimit | Either lower limit of the allowable range of values or an array of allowable values |
null | $upperLimit | Upper limit of the allowable values |
\Exception | null | $previous |
См. определение в файле exception.php строка 79
getLowerLimitType | ( | ) |
См. определение в файле exception.php строка 98
getUpperType | ( | ) |
См. определение в файле exception.php строка 103
|
protected |
См. определение в файле exception.php строка 68
|
protected |
См. определение в файле exception.php строка 69