Uses of Class
com.apicatalog.jsonld.JsonLdErrorCode
-
Packages that use JsonLdErrorCode Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD. -
-
Uses of JsonLdErrorCode in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return JsonLdErrorCode Modifier and Type Method Description JsonLdErrorCodeJsonLdError. getCode()static JsonLdErrorCodeJsonLdErrorCode. valueOf(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 com.apicatalog.jsonld with parameters of type JsonLdErrorCode Constructor Description JsonLdError(JsonLdErrorCode code)JsonLdError(JsonLdErrorCode code, String message)JsonLdError(JsonLdErrorCode code, Throwable cause)
-