Uses of Class
net.ontopia.topicmaps.query.core.QueryException
-
Packages that use QueryException Package Description net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done. -
-
Uses of QueryException in net.ontopia.topicmaps.query.core
Subclasses of QueryException 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.
-