Uses of Class
org.eclipse.xsemantics.runtime.ErrorInformation
-
Packages that use ErrorInformation Package Description org.eclipse.xsemantics.runtime org.eclipse.xsemantics.runtime.validation -
-
Uses of ErrorInformation in org.eclipse.xsemantics.runtime
Fields in org.eclipse.xsemantics.runtime with type parameters of type ErrorInformation Modifier and Type Field Description protected java.util.List<ErrorInformation>RuleFailedException. errorInformationsMethods in org.eclipse.xsemantics.runtime that return types with arguments of type ErrorInformation Modifier and Type Method Description java.util.LinkedList<ErrorInformation>TraceUtils. allErrorInformation(RuleFailedException e)java.util.LinkedList<ErrorInformation>TraceUtils. filteredErrorInformation(RuleFailedException e)java.util.List<ErrorInformation>RuleFailedException. getErrorInformations()java.util.List<ErrorInformation>TraceUtils. removeDuplicateErrorInformation(java.lang.Iterable<ErrorInformation> errorInformations)java.util.LinkedList<ErrorInformation>TraceUtils. removeNonNodeModelSources(java.lang.Iterable<ErrorInformation> errorInformations)Methods in org.eclipse.xsemantics.runtime with parameters of type ErrorInformation Modifier and Type Method Description voidRuleFailedException. addErrorInformation(ErrorInformation errorInformation)voidRuleFailedException. addErrorInformations(ErrorInformation... errorInformations)RuleFailedExceptionXsemanticsRuntimeSystem. newRuleFailedException(java.lang.String message, java.lang.String issue, java.lang.Throwable t, ErrorInformation... errorInformations)RuleFailedExceptionXsemanticsRuntimeSystem. newRuleFailedException(java.lang.String message, java.lang.String issue, ErrorInformation... errorInformations)voidXsemanticsRuntimeSystem. throwForExplicitFail(java.lang.String message, ErrorInformation errorInformation)voidXsemanticsRuntimeSystem. throwRuleFailedException(java.lang.String message, java.lang.String issue, java.lang.Throwable t, ErrorInformation... errorInformations)Method parameters in org.eclipse.xsemantics.runtime with type arguments of type ErrorInformation Modifier and Type Method Description java.util.List<ErrorInformation>TraceUtils. removeDuplicateErrorInformation(java.lang.Iterable<ErrorInformation> errorInformations)java.util.LinkedList<ErrorInformation>TraceUtils. removeNonNodeModelSources(java.lang.Iterable<ErrorInformation> errorInformations) -
Uses of ErrorInformation in org.eclipse.xsemantics.runtime.validation
Methods in org.eclipse.xsemantics.runtime.validation that return ErrorInformation Modifier and Type Method Description protected ErrorInformationXsemanticsValidatorErrorGenerator. generateErrors(org.eclipse.xtext.validation.ValidationMessageAcceptor validationMessageAcceptor, java.lang.String errorMessage, java.lang.String issue, java.lang.Iterable<ErrorInformation> filteredErrorInformation, ErrorInformation lastErrorInformationWithSource, org.eclipse.emf.ecore.EObject originalSource)Methods in org.eclipse.xsemantics.runtime.validation that return types with arguments of type ErrorInformation Modifier and Type Method Description java.lang.Iterable<ErrorInformation>XsemanticsValidatorFilter. filterErrorInformation(RuleFailedException e)Methods in org.eclipse.xsemantics.runtime.validation with parameters of type ErrorInformation Modifier and Type Method Description protected ErrorInformationXsemanticsValidatorErrorGenerator. generateErrors(org.eclipse.xtext.validation.ValidationMessageAcceptor validationMessageAcceptor, java.lang.String errorMessage, java.lang.String issue, java.lang.Iterable<ErrorInformation> filteredErrorInformation, ErrorInformation lastErrorInformationWithSource, org.eclipse.emf.ecore.EObject originalSource)Method parameters in org.eclipse.xsemantics.runtime.validation with type arguments of type ErrorInformation Modifier and Type Method Description protected ErrorInformationXsemanticsValidatorErrorGenerator. generateErrors(org.eclipse.xtext.validation.ValidationMessageAcceptor validationMessageAcceptor, java.lang.String errorMessage, java.lang.String issue, java.lang.Iterable<ErrorInformation> filteredErrorInformation, ErrorInformation lastErrorInformationWithSource, org.eclipse.emf.ecore.EObject originalSource)
-