Package net.ontopia.topicmaps.query.core
Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ontopia.utils.OntopiaException
-
- net.ontopia.topicmaps.query.core.QueryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidQueryException
public class QueryException extends OntopiaException
PUBLIC: Common super-exception for all exceptions thrown by the query engine.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaException
cause
-
-
Constructor Summary
Constructors Constructor Description QueryException(String msg)
QueryException(String msg, Throwable cause)
QueryException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-