Uses of Enum Class
com.github.jsonldjava.core.JsonLdError.Error
Packages that use JsonLdError.Error
-
Uses of JsonLdError.Error in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as JsonLdError.ErrorMethods in com.github.jsonldjava.core that return JsonLdError.ErrorModifier and TypeMethodDescriptionJsonLdError.getType()
static JsonLdError.Error
Returns the enum constant of this class with the specified name.static JsonLdError.Error[]
JsonLdError.Error.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.jsonldjava.core with parameters of type JsonLdError.ErrorModifierConstructorDescriptionJsonLdError
(JsonLdError.Error type) JsonLdError
(JsonLdError.Error type, Object detail) JsonLdError
(JsonLdError.Error type, Object detail, Throwable cause) JsonLdError
(JsonLdError.Error type, Throwable cause)