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)
          Deprecated. 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)
          Deprecated. 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
          Deprecated. replaced by DerivedTypedElementEvaluationException cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374678
 class QueryTypeCheckingException
          Deprecated. replaced by DerivedTypedElementTypeCheckingException
 

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)
          Deprecated. This method must be implemented by each sub class to evaluate a query
 IQueryEvaluator IQueryEvaluatorFactory.create(Query query, Bundle bundle)
          Deprecated. Create a query evaluator.