|
static | notFound ($path) |
| Create new FileNotFound-Exception.
|
|
static | notReadable ($path) |
| Create new FileNotReadable-Exception.
|
|
static | notWritable ($path) |
| Create new FileNotWritable-Exception.
|
|
static | readError ($path) |
| Create new ReadError-Exception.
|
|
static | writeError ($path) |
| Create new WriteError-Exception.
|
|
|
const | NOT_FOUND = 1 |
| Flag telling the File could not be found.
|
|
const | NOT_READABLE = 2 |
| Flag telling the File is not readable.
|
|
const | NOT_WRITABLE = 3 |
| Flag telling the File is not writable.
|
|
const | READ_ERROR = 4 |
| Flag telling there was a read error.
|
|
const | WRITE_ERROR = 5 |
| Flag telling there was a read error.
|
|
◆ __construct()
IOException::__construct |
( |
| $path, |
|
|
| $type = null ) |
Create new IOException.
- Parameters
-
string | $path | Source of the problem |
integer | $type | Type of the problem |
◆ notFound()
static IOException::notFound |
( |
| $path | ) |
|
|
static |
Create new FileNotFound-Exception.
- Parameters
-
string | $path | Source of the problem |
- Return values
-
◆ notReadable()
static IOException::notReadable |
( |
| $path | ) |
|
|
static |
Create new FileNotReadable-Exception.
- Parameters
-
string | $path | Source of the problem |
- Return values
-
◆ notWritable()
static IOException::notWritable |
( |
| $path | ) |
|
|
static |
Create new FileNotWritable-Exception.
- Parameters
-
string | $path | Source of the problem |
- Return values
-
◆ readError()
static IOException::readError |
( |
| $path | ) |
|
|
static |
Create new ReadError-Exception.
- Parameters
-
string | $path | Source of the problem |
- Return values
-
◆ writeError()
static IOException::writeError |
( |
| $path | ) |
|
|
static |
Create new WriteError-Exception.
- Parameters
-
string | $path | Source of the problem |
- Return values
-
The documentation for this class was generated from the following file:
- lib/plist/classes/CFPropertyList/IOException.php