| 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.
|
| Constructor and Description |
|---|
JsonLdError(JsonLdError.Error type) |
JsonLdError(JsonLdError.Error type,
Object detail) |
JsonLdError(JsonLdError.Error type,
Object detail,
Throwable cause) |
JsonLdError(JsonLdError.Error type,
Throwable cause) |
Copyright © 2018. All rights reserved.