public class FileError extends DOMError
FileError.| Modifier and Type | Field and Description |
|---|---|
static short |
ABORT_ERR
Abort Error.
|
static short |
ENCODING_ERR
The URL is malformed.
|
static short |
INVALID_MODIFICATION_ERR
The modification requested is not allowed.
|
static short |
INVALID_STATE_ERR
The operation cannot be performed on the current state of the interface object.
|
static short |
NO_MODIFICATION_ALLOWED_ERR
The state of the underlying file system prevents any writing to a file or a directory.
|
static short |
NOT_FOUND_ERR
A required file or directory could not be found at the time an operation was processed.
|
static short |
NOT_READABLE_ERR
The file or directory cannot be read.
|
static short |
PATH_EXISTS_ERR
The file or directory with the same path already exists.
|
static short |
QUOTA_EXCEEDED_ERR
Either there's not enough remaining storage space or the storage quota was reached
and the user declined to give more space to the database.
|
static short |
SECURITY_ERR
Access to the files were denied.
|
static short |
SYNTAX_ERR
Syntax Error.
|
static short |
TYPE_MISMATCH_ERR
The app looked up an entry, but the entry found is of the wrong type.
|
| Constructor and Description |
|---|
FileError()
Creates an instance.
|
clone, equivalentValues, get, getBrowserVersion, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getWindow, getWindow, getWithPreemption, has, hasInstance, initParentScope, isReadOnlySettable, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElementdefineFunctionProperties, defineProperty, getClassName, setClassName, setParentScopeapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, sizepublic static final short NOT_FOUND_ERR
public static final short SECURITY_ERR
public static final short ABORT_ERR
public static final short NOT_READABLE_ERR
public static final short ENCODING_ERR
public static final short NO_MODIFICATION_ALLOWED_ERR
public static final short INVALID_STATE_ERR
public static final short SYNTAX_ERR
public static final short INVALID_MODIFICATION_ERR
public static final short QUOTA_EXCEEDED_ERR
public static final short TYPE_MISMATCH_ERR
public static final short PATH_EXISTS_ERR
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.