Package net.ontopia.topicmaps.query.core
Class InvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.OntopiaException
net.ontopia.topicmaps.query.core.QueryException
net.ontopia.topicmaps.query.core.InvalidQueryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadObjectReferenceException
PUBLIC: This exception is used to indicate that there is something
wrong with the query, whether syntactically or semantically.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaException
cause -
Constructor Summary
ConstructorsConstructorDescriptionInvalidQueryException(String msg, Throwable cause) InvalidQueryException(Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvalidQueryException
-
InvalidQueryException
-
InvalidQueryException
-