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:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonLdError
(JsonLdError.Error type) JsonLdError
(JsonLdError.Error type, Object detail) JsonLdError
(JsonLdError.Error type, Object detail, Throwable cause) JsonLdError
(JsonLdError.Error type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
-
Constructor Details
-
JsonLdError
-
JsonLdError
-
JsonLdError
-
JsonLdError
-
-
Method Details
-
getType
-
getMessage
- Overrides:
getMessage
in classThrowable
-