Package laas.openrobots.ontology.exceptions
Stores all the exceptions used by oro-server.
- Since:
- 0.0.1
-
Exception Summary Exception Description AgentNotFoundException EventNotFoundException EventRegistrationException IllegalStatementException This exception is thrown when a literal statement is malformed (eg, 2 tokens instead of three).InconsistentOntologyException InvalidEventDescriptorException This exception is thrown when a event is registered with invalid parameters.InvalidModelException InvalidPluginException InvalidPolicyException InvalidQueryException InvalidRuleException This exception is thrown when a SWRL rule is malformed.NotComparableException This exception is thrown when a two concepts are compared but are not of the same nature (for instance, a comparison between a class and an instance would throw a NotComparableException).NotImplementedException OntologyConnectorException OntologyServerException PluginNotFoundException