public class JsonLdError extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonLdError.Error |
| Constructor and Description |
|---|
JsonLdError(JsonLdError.Error type) |
JsonLdError(JsonLdError.Error type,
Object detail) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDetails() |
String |
getMessage() |
JsonLdError.Error |
getType() |
JsonLdError |
setType(JsonLdError.Error error) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonLdError(JsonLdError.Error type, Object detail)
public JsonLdError(JsonLdError.Error type)
public JsonLdError setType(JsonLdError.Error error)
public JsonLdError.Error getType()
public String getMessage()
getMessage in class ThrowableCopyright © 2021. All rights reserved.