Uses of Class
com.github.jsonldjava.core.JsonLdError.Error
-
Packages that use JsonLdError.Error Package Description com.github.jsonldjava.core -
-
Uses of JsonLdError.Error in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as JsonLdError.Error Modifier and Type Field Description private JsonLdError.Error
JsonLdError. type
Methods in com.github.jsonldjava.core that return JsonLdError.Error Modifier and Type Method Description JsonLdError.Error
JsonLdError. getType()
static JsonLdError.Error
JsonLdError.Error. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonLdError.Error[]
JsonLdError.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.jsonldjava.core with parameters of type JsonLdError.Error Constructor Description JsonLdError(JsonLdError.Error type)
JsonLdError(JsonLdError.Error type, java.lang.Object detail)
JsonLdError(JsonLdError.Error type, java.lang.Object detail, java.lang.Throwable cause)
JsonLdError(JsonLdError.Error type, java.lang.Throwable cause)
-