Package | Description |
---|---|
org.vectomatic.file |
Classes to provide abstraction of the W3C File API.
|
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
ErrorCode.fromValue(short value)
Converts a javascript error code to a java constant
|
ErrorCode |
FileError.getCode()
Returns a constant representing the error code in Java.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.