public interface FileError
FileReader
interface.Modifier and Type | Field and Description |
---|---|
static int |
ABORT_ERR
The file operation was aborted, probably due to a call to the
FileReader abort() method. |
static int |
ENCODING_ERR
The file data cannot be accurately represented in a data URL.
|
static int |
INVALID_MODIFICATION_ERR |
static int |
INVALID_STATE_ERR |
static int |
NO_MODIFICATION_ALLOWED_ERR |
static int |
NOT_FOUND_ERR
File not found.
|
static int |
NOT_READABLE_ERR
File could not be read.
|
static int |
PATH_EXISTS_ERR |
static int |
QUOTA_EXCEEDED_ERR |
static int |
SECURITY_ERR
The file could not be accessed for security reasons.
|
static int |
SYNTAX_ERR |
static int |
TYPE_MISMATCH_ERR |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
The error code.
|
static final int ABORT_ERR
FileReader
abort()
method.static final int ENCODING_ERR
static final int INVALID_MODIFICATION_ERR
static final int INVALID_STATE_ERR
static final int NOT_FOUND_ERR
static final int NOT_READABLE_ERR
static final int NO_MODIFICATION_ALLOWED_ERR
static final int PATH_EXISTS_ERR
static final int QUOTA_EXCEEDED_ERR
static final int SECURITY_ERR
static final int SYNTAX_ERR
static final int TYPE_MISMATCH_ERR
int getCode()
Copyright © 2018. All rights reserved.