org.eclipse.emf.facet.efacet.core.exception
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.facet.efacet.core.exception.QueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueryExecutionException, QueryTypeCheckingException

public class QueryException
extends java.lang.Exception

This exception is raised when something is wrong with a query, and there is not a more specific sub-class to describe the error (e.g. QueryExecutionException )

See Also:
Serialized Form

Constructor Summary
QueryException(java.lang.String message)
           
QueryException(java.lang.String message, java.lang.Throwable cause)
           
QueryException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryException

public QueryException(java.lang.String message)

QueryException

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

QueryException

public QueryException(java.lang.Throwable cause)