Uses of Class
org.eclipse.epsilon.hutn.exceptions.HutnValidationException
-
-
Uses of HutnValidationException in org.eclipse.epsilon.hutn.exceptions
Subclasses of HutnValidationException in org.eclipse.epsilon.hutn.exceptions Modifier and Type Class Description class
HutnUnrecognisedNsUriException
-
Uses of HutnValidationException in org.eclipse.epsilon.hutn.validation
Methods in org.eclipse.epsilon.hutn.validation that throw HutnValidationException Modifier and Type Method Description protected List<ParseProblem>
AbstractValidator. validate(IModel model, List<IModel> extraModels)
protected List<ParseProblem>
AbstractValidator. validate(IModel model, IModel... extraModels)
Constructors in org.eclipse.epsilon.hutn.validation that throw HutnValidationException Constructor Description AbstractValidator(AbstractFixer fixer, String filename)
-
Uses of HutnValidationException in org.eclipse.epsilon.hutn.validation.config
Methods in org.eclipse.epsilon.hutn.validation.config that throw HutnValidationException Modifier and Type Method Description List<ParseProblem>
HutnConfigFileValidator. getProblemsForConfigurationModel(IModel configModel, String metaModelNsUri)
Constructors in org.eclipse.epsilon.hutn.validation.config that throw HutnValidationException Constructor Description HutnConfigFileValidator(int line, int column)
-
Uses of HutnValidationException in org.eclipse.epsilon.hutn.validation.model
Methods in org.eclipse.epsilon.hutn.validation.model that throw HutnValidationException Modifier and Type Method Description List<ParseProblem>
HutnValidator. getProblemsForIntermediateModel(Spec hutn)
Constructors in org.eclipse.epsilon.hutn.validation.model that throw HutnValidationException Constructor Description HutnValidator()
-