Class JsonLdError
java.lang.Object
java.lang.Throwable
java.lang.Exception
no.hasmac.jsonld.JsonLdError
- All Implemented Interfaces:
Serializable
The
JsonLdError type is used to report processing errors.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonLdError(JsonLdErrorCode code) JsonLdError(JsonLdErrorCode code, String message) JsonLdError(JsonLdErrorCode code, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
code
-
-
Constructor Details
-
JsonLdError
-
JsonLdError
-
JsonLdError
-
-
Method Details
-
getCode
-
toString
-