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

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

public class QueryExecutionException
extends QueryException

This exception occurs when something goes wrong during the execution of a query.

See Also:
Serialized Form

Constructor Summary
QueryExecutionException(java.lang.String message)
           
QueryExecutionException(java.lang.String message, java.lang.Throwable cause)
           
QueryExecutionException(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

QueryExecutionException

public QueryExecutionException(java.lang.String message)

QueryExecutionException

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

QueryExecutionException

public QueryExecutionException(java.lang.Throwable cause)