Package com.github.jsonldjava.core
Class JsonLdError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.jsonldjava.core.JsonLdError
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonLdError extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonLdError.Error
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private JsonLdError.Error
type
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
JsonLdError.Error
getType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private final JsonLdError.Error type
-
-
Constructor Detail
-
JsonLdError
public JsonLdError(JsonLdError.Error type, java.lang.Object detail)
-
JsonLdError
public JsonLdError(JsonLdError.Error type)
-
JsonLdError
public JsonLdError(JsonLdError.Error type, java.lang.Object detail, java.lang.Throwable cause)
-
JsonLdError
public JsonLdError(JsonLdError.Error type, java.lang.Throwable cause)
-
-
Method Detail
-
getType
public JsonLdError.Error getType()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-