Uses of Class
net.ontopia.topicmaps.rest.exceptions.OntopiaRestException
-
Packages that use OntopiaRestException Package Description net.ontopia.topicmaps.rest.exceptions net.ontopia.topicmaps.rest.resources -
-
Uses of OntopiaRestException in net.ontopia.topicmaps.rest.exceptions
Subclasses of OntopiaRestException in net.ontopia.topicmaps.rest.exceptions Modifier and Type Class Description class
OntopiaClientException
class
OntopiaServerException
Methods in net.ontopia.topicmaps.rest.exceptions that return OntopiaRestException Modifier and Type Method Description OntopiaRestException
OntopiaRestErrors. build(Object... parameters)
OntopiaRestException
OntopiaRestErrors. build(Throwable cause, Object... parameters)
-
Uses of OntopiaRestException in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources that throw OntopiaRestException Modifier and Type Method Description TMO
AbstractTMObjectResource. remove(TMO object)
TMO
AbstractTMObjectResource. resolve()
TMO
AbstractTMObjectResource. resolve(boolean allowNull)
-