Uses of Class
org.eclipse.emf.validation.xml.ConstraintParserException

Packages that use ConstraintParserException
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. 
org.eclipse.emf.validation.xml The API for specification and processing of constraints in XML. 
 

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

Methods in org.eclipse.emf.validation.service that throw ConstraintParserException
 IModelConstraint IParameterizedConstraintParser.parseConstraint(IParameterizedConstraintDescriptor descriptor)
          Parses the content of a constraint descriptor (including parameters) to create an implementation of the model constraint interface.
 

Uses of ConstraintParserException in org.eclipse.emf.validation.xml
 

Methods in org.eclipse.emf.validation.xml that throw ConstraintParserException
 IModelConstraint IXmlConstraintParser.parseConstraint(IXmlConstraintDescriptor descriptor)
          Deprecated. Parses the XML content of a constraint descriptor to create an implementation of the model constraint interface.
 


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