|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __toString () | |
| getCode () | |
| getFile () | |
| getLine () | |
| getMessage () | |
| getTrace () | |
| getTraceAsString () | |
Protected Attributes | |
| $code | |
| $file | |
| $line | |
| $message | |
Exception thrown when a parameter exceeds the allowed length.
This can be used for strings length, array size, file size, number of elements read from an Iterator and so on.
| Exception::__toString | ( | ) | [inherited] |
| Exception::getCode | ( | ) | [final, inherited] |
| Exception::getFile | ( | ) | [final, inherited] |
| Exception::getLine | ( | ) | [final, inherited] |
| Exception::getMessage | ( | ) | [final, inherited] |
| Exception::getTrace | ( | ) | [final, inherited] |
| Exception::getTraceAsString | ( | ) | [final, inherited] |
Exception::$code [protected, inherited] |
The code passed to the constructor.
Definition at line 267 of file spl.php.
Referenced by Exception\__construct().
Exception::$file [protected, inherited] |
Exception::$line [protected, inherited] |
Exception::$message [protected, inherited] |
The exception message.
Definition at line 261 of file spl.php.
Referenced by Exception\__construct().
1.7.5.1