Package | Description |
---|---|
com.github.jsonldjava.core |
Modifier and Type | Method and Description |
---|---|
JsonLdError.Error |
JsonLdError.getType() |
static JsonLdError.Error |
JsonLdError.Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonLdError.Error[] |
JsonLdError.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonLdError |
JsonLdError.setType(JsonLdError.Error error) |
Constructor and Description |
---|
JsonLdError(JsonLdError.Error type) |
JsonLdError(JsonLdError.Error type,
Object detail) |
Copyright © 2015. All rights reserved.