Uses of Class
net.ontopia.topicmaps.rest.exceptions.OntopiaRestErrors
-
Packages that use OntopiaRestErrors Package Description net.ontopia.topicmaps.rest.exceptions -
-
Uses of OntopiaRestErrors in net.ontopia.topicmaps.rest.exceptions
Methods in net.ontopia.topicmaps.rest.exceptions that return OntopiaRestErrors Modifier and Type Method Description static OntopiaRestErrors
OntopiaRestErrors. valueOf(String name)
Returns the enum constant of this type with the specified name.static OntopiaRestErrors[]
OntopiaRestErrors. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ontopia.topicmaps.rest.exceptions with parameters of type OntopiaRestErrors Constructor Description OntopiaClientException(OntopiaRestErrors error, Object... parameters)
OntopiaClientException(OntopiaRestErrors error, Throwable cause, Object... parameters)
OntopiaRestException(OntopiaRestErrors error, Object... parameters)
OntopiaRestException(OntopiaRestErrors error, Throwable cause, Object... parameters)
OntopiaServerException(OntopiaRestErrors error, Object... parameters)
OntopiaServerException(OntopiaRestErrors error, Throwable cause, Object... parameters)
-