Uses of Class
org.eclipse.emf.validation.service.ConstraintExistsException

Packages that use ConstraintExistsException
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of ConstraintExistsException in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service that throw ConstraintExistsException
 void ConstraintRegistry.register(IConstraintDescriptor descriptor)
          Registers a constraint descriptor.
protected  void AbstractConstraintProvider.registerConstraints(Collection<? extends IModelConstraint> constraints)
          Bulk-registers the specified constraints so that they are accessible to applications via the ConstraintRegistry and are visible in the preferences UI.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.