public class JsonLdError
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonLdError.Error |
| Constructor and Description |
|---|
JsonLdError(JsonLdError.Error type) |
JsonLdError(JsonLdError.Error type,
java.lang.Object detail) |
JsonLdError(JsonLdError.Error type,
java.lang.Object detail,
java.lang.Throwable cause) |
JsonLdError(JsonLdError.Error type,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
JsonLdError.Error |
getType() |
public JsonLdError(JsonLdError.Error type, java.lang.Object detail)
public JsonLdError(JsonLdError.Error type)
public JsonLdError(JsonLdError.Error type, java.lang.Object detail, java.lang.Throwable cause)
public JsonLdError(JsonLdError.Error type, java.lang.Throwable cause)
public JsonLdError.Error getType()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable