Uses of Enum
no.hasmac.jsonld.JsonLdErrorCode
Packages that use JsonLdErrorCode
-
Uses of JsonLdErrorCode in no.hasmac.jsonld
Subclasses with type arguments of type JsonLdErrorCode in no.hasmac.jsonldModifier and TypeClassDescriptionenumTheJsonLdErrorCoderepresents the collection of valid JSON-LD error codes.Fields in no.hasmac.jsonld declared as JsonLdErrorCodeFields in no.hasmac.jsonld with type parameters of type JsonLdErrorCodeModifier and TypeFieldDescriptionprivate static final Map<JsonLdErrorCode, String> JsonLdErrorCode.CODE_TO_MESSAGEMethods in no.hasmac.jsonld that return JsonLdErrorCodeModifier and TypeMethodDescriptionJsonLdError.getCode()static JsonLdErrorCodeReturns 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 JsonLdErrorCodeModifierConstructorDescriptionJsonLdError(JsonLdErrorCode code) JsonLdError(JsonLdErrorCode code, String message) JsonLdError(JsonLdErrorCode code, Throwable cause)