Uses of Class
org.eclipse.gmt.modisco.infra.query.core.exception.ModelQueryException

Packages that use ModelQueryException
org.eclipse.gmt.modisco.infra.facet.core   
org.eclipse.gmt.modisco.infra.query.core   
org.eclipse.gmt.modisco.infra.query.core.exception   
org.eclipse.gmt.modisco.infra.query.jxpath.query   
org.eclipse.modisco.infra.browser.custom.examples.uml.tests   
org.eclipse.modisco.infra.browser.custom.tests   
org.eclipse.modisco.infra.query.tests   
org.eclipse.modisco.java.queries.tests   
org.eclipse.modisco.jee.queries.tests   
 

Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.facet.core
 

Methods in org.eclipse.gmt.modisco.infra.facet.core that throw ModelQueryException
 java.lang.Object FacetContext.get(EObject eObject, EStructuralFeature structuralFeature)
           
  FacetContext.getAttributes(EObject eObject)
           
  FacetContext.getReferences(EObject eObject)
           
 boolean FacetContext.isInstance(EObject eObject, Facet facet)
           
 

Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core
 

Methods in org.eclipse.gmt.modisco.infra.query.core that throw ModelQueryException
 java.lang.Object AbstractModelQuery.basicEvaluate(EObject context)
          This method is equivalent to AbstractModelQuery.evaluate(EObject) but rather than return the errors into a ModelQueryResult instance, it throws an exception.
abstract  java.lang.Object AbstractModelQuery.basicEvaluate(EObject context, java.util.List<ModelQueryParameterValue> parameterValues)
          This method must be overridden by each sub class to implement query evaluation.
 AbstractModelQuery IModelQueryFactory.create(ModelQuery modelQuery, Bundle bundle)
           
 AbstractModelQuery ModelQuerySetCatalog.getModelQueryImpl(ModelQuery modelQuery)
          This method return a java object containing the model query implementation.
 

Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core.exception
 

Subclasses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core.exception
 class BundleClassPathException
           
 class ExecutionEnvironmentException
           
 class MissingBundleException
           
 class ModelQueryExecutionException
           
 class ModelQueryTypeCheckingException
           
 class ProjectDisabledException
           
 

Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.jxpath.query
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath.query that throw ModelQueryException
 java.lang.Object JXPathModelQueryAdapter.basicEvaluate(EObject context, java.util.List<ModelQueryParameterValue> parameterValues)
          This method must be overridden by each sub class to implement query evaluation.
 AbstractModelQuery JXPathModelQueryFactory.create(ModelQuery modelQuery, Bundle bundle)
           
 

Uses of ModelQueryException in org.eclipse.modisco.infra.browser.custom.examples.uml.tests
 

Methods in org.eclipse.modisco.infra.browser.custom.examples.uml.tests that throw ModelQueryException
 void Tests.allAttributes()
           
 void Tests.allParents()
           
 void Tests.isAssociationEnd()
           
 void Tests.isMetaClass()
           
 void Tests.isQuery()
           
 void Tests.isStringProperty()
           
 void Tests.isUtility()
           
 void Tests.subClassifiers()
           
 

Uses of ModelQueryException in org.eclipse.modisco.infra.browser.custom.tests
 

Methods in org.eclipse.modisco.infra.browser.custom.tests that throw ModelQueryException
 void BrowserCustomTest.testBug299277()
           
 

Uses of ModelQueryException in org.eclipse.modisco.infra.query.tests
 

Methods in org.eclipse.modisco.infra.query.tests that throw ModelQueryException
 void UnitTests.bug303036()
          Bug 303036 - implements IJavaModelQuery may be done by a superclass
 void UnitTests.installedQuery01()
          Using platform protocol to refer Ecore model.
 void UnitTests.installedQuery02()
          Using http protocol to refer Ecore model.
 

Uses of ModelQueryException in org.eclipse.modisco.java.queries.tests
 

Methods in org.eclipse.modisco.java.queries.tests that throw ModelQueryException
 void ModifierJavaQueriesTest.modifierJavaQueriesTest()
           
 

Uses of ModelQueryException in org.eclipse.modisco.jee.queries.tests
 

Methods in org.eclipse.modisco.jee.queries.tests that throw ModelQueryException
 void JeeEjbAnnotationsTests.test()
           
 void JeeJpaAnnotations.test()
           
 void JeeServletAnnotations.test()