Package net.ontopia.topicmaps.query.core
Class BadObjectReferenceException
- 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
-
- net.ontopia.topicmaps.query.core.BadObjectReferenceException
-
- All Implemented Interfaces:
Serializable
public class BadObjectReferenceException extends InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaException
cause
-
-
Constructor Summary
Constructors Constructor Description BadObjectReferenceException(String msg)
BadObjectReferenceException(String msg, Throwable cause)
BadObjectReferenceException(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
-
-