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

Packages that use QueryException
org.eclipse.emf.facet.efacet.core   
org.eclipse.emf.facet.efacet.core.exception   
org.eclipse.emf.facet.efacet.core.query   
 

Uses of QueryException in org.eclipse.emf.facet.efacet.core
 

Methods in org.eclipse.emf.facet.efacet.core that throw QueryException
 java.lang.Object IEFacetManager.basicEvaluate(Query query, EObject eObject)
          This method is equivalent to IEFacetManager.evaluate(Query, EObject) but rather than return the errors into a QueryResult instance, it throws an exception.
 java.lang.Object IEFacetManager.basicEvaluate(Query query, EObject eObject, java.util.List<ParameterValue> parameterValues)
          This method is equivalent to IEFacetManager.evaluate(Query, EObject, List) but rather than return the errors into a QueryResult instance, it throws an exception.
 

Uses of QueryException in org.eclipse.emf.facet.efacet.core.exception
 

Subclasses of QueryException in org.eclipse.emf.facet.efacet.core.exception
 class QueryExecutionException
          This exception occurs when something goes wrong during the execution of a query.
 class QueryTypeCheckingException
          This exception occurs when the type of a query result is not the one expected
 

Uses of QueryException in org.eclipse.emf.facet.efacet.core.query
 

Methods in org.eclipse.emf.facet.efacet.core.query that throw QueryException
 java.lang.Object IQueryEvaluator.basicEvaluate(Query query, EObject context, java.util.List<ParameterValue> parameterValues)
          This method must be implemented by each sub class to evaluate a query
 IQueryEvaluator IQueryEvaluatorFactory.create(Query query, Bundle bundle)
          Creates a query evaluator.