net.ontopia.topicmaps.query.core
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ontopia.utils.OntopiaException
              extended by net.ontopia.topicmaps.query.core.QueryException
All Implemented Interfaces:
java.io.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
QueryException(java.lang.String msg)
           
QueryException(java.lang.String msg, java.lang.Throwable cause)
           
QueryException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryException

public QueryException(java.lang.String msg)

QueryException

public QueryException(java.lang.Throwable cause)

QueryException

public QueryException(java.lang.String msg,
                      java.lang.Throwable cause)


Copyright © 2000-2012 Ontopia.