Uses of Class
org.eclipse.ocl.common.internal.delegate.OCLDelegateException

Packages that use OCLDelegateException
org.eclipse.ocl.ecore.delegate   
org.eclipse.ocl.examples.pivot.delegate   
 

Uses of OCLDelegateException in org.eclipse.ocl.ecore.delegate
 

Subclasses of OCLDelegateException in org.eclipse.ocl.ecore.delegate
 class OCLDelegateException
           
 

Uses of OCLDelegateException in org.eclipse.ocl.examples.pivot.delegate
 

Methods in org.eclipse.ocl.examples.pivot.delegate that throw OCLDelegateException
 Constraint ValidationBehavior.getConstraint(MetaModelManager metaModelManager, org.eclipse.emf.ecore.EClassifier eClassifier, java.lang.String constraintName)
           
 ExpressionInOCL InvocationBehavior.getExpressionInOCL(MetaModelManager metaModelManager, Operation operation)
          Return the operation body associated with operation, if necessary using ocl to create the relevant parsing environment for a textual definition.
 ExpressionInOCL SettingBehavior.getExpressionInOCL(MetaModelManager metaModelManager, Property property)
          Return the feature body associated with structuralFeature, if necessary using ocl to create the relevant parsing environment for a textual definition..