public class JsonLdError extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonLdError.Error |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
JsonLdError.Error |
getType() |
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(JsonLdError.Error type, Object detail, Throwable cause)
public JsonLdError(JsonLdError.Error type, Throwable cause)
public JsonLdError.Error getType()
public String getMessage()
getMessage in class ThrowableCopyright © 2018. All rights reserved.