Uses of Class
net.ontopia.utils.OntopiaException
-
Packages that use OntopiaException Package Description net.ontopia.infoset.content net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done.net.ontopia.topicmaps.utils.tmrap -
-
Uses of OntopiaException in net.ontopia.infoset.content
Subclasses of OntopiaException in net.ontopia.infoset.content Modifier and Type Class Description class
ContentStoreException
INTERNAL: Thrown when problems occur in content store implementations. -
Uses of OntopiaException in net.ontopia.persistence.proxy
Subclasses of OntopiaException in net.ontopia.persistence.proxy Modifier and Type Class Description class
PersistenceException
INTERNAL: Thrown when persistence related problems occur. -
Uses of OntopiaException in net.ontopia.topicmaps.query.core
Subclasses of OntopiaException in net.ontopia.topicmaps.query.core Modifier and Type Class Description class
BadObjectReferenceException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.class
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.class
QueryException
PUBLIC: Common super-exception for all exceptions thrown by the query engine. -
Uses of OntopiaException in net.ontopia.topicmaps.utils.tmrap
Subclasses of OntopiaException in net.ontopia.topicmaps.utils.tmrap Modifier and Type Class Description class
TMRAPException
INTERNAL: Thrown to show that there was an error at the TMRAP level.
-