Uses of Class
no.hasmac.jsonld.JsonLdErrorCode
-
Packages that use JsonLdErrorCode Package Description no.hasmac.jsonld Provides APIs to process JSON-LD. -
-
Uses of JsonLdErrorCode in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdErrorCode Modifier and Type Field Description private JsonLdErrorCode
JsonLdError. code
Fields in no.hasmac.jsonld with type parameters of type JsonLdErrorCode Modifier and Type Field Description private static java.util.Map<JsonLdErrorCode,java.lang.String>
JsonLdErrorCode. CODE_TO_MESSAGE
Methods in no.hasmac.jsonld that return JsonLdErrorCode Modifier and Type Method Description JsonLdErrorCode
JsonLdError. getCode()
static JsonLdErrorCode
JsonLdErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonLdErrorCode[]
JsonLdErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.hasmac.jsonld with parameters of type JsonLdErrorCode Constructor Description JsonLdError(JsonLdErrorCode code)
JsonLdError(JsonLdErrorCode code, java.lang.String message)
JsonLdError(JsonLdErrorCode code, java.lang.Throwable cause)
-