Uses of Class
org.eclipse.xsemantics.runtime.RuleFailedException
-
Packages that use RuleFailedException Package Description org.eclipse.xsemantics.runtime org.eclipse.xsemantics.runtime.validation -
-
Uses of RuleFailedException in org.eclipse.xsemantics.runtime
Fields in org.eclipse.xsemantics.runtime declared as RuleFailedException Modifier and Type Field Description protected RuleFailedExceptionRuleFailedException. previousthe previous exception in the trace of failuresMethods in org.eclipse.xsemantics.runtime that return RuleFailedException Modifier and Type Method Description protected RuleFailedExceptionXsemanticsRuntimeSystem. createRuleFailedException(java.lang.String message, java.lang.String issue, java.lang.Throwable t)This factory method can be overridden if one needs to provide a custom implementation ofRuleFailedException.RuleFailedExceptionXsemanticsRuntimeSystem. extractRuleFailedException(java.lang.Exception e)RuleFailedExceptionRuleFailedException. getPrevious()RuleFailedExceptionResultWithFailure. getRuleFailedException()RuleFailedExceptionTraceUtils. innermostRuleFailedExceptionWithNodeModelSources(RuleFailedException e)RuleFailedExceptionXsemanticsRuntimeSystem. newRuleFailedException()RuleFailedExceptionXsemanticsRuntimeSystem. newRuleFailedException(java.lang.String message)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)RuleFailedExceptionXsemanticsRuntimeSystem. newRuleFailedException(java.lang.Throwable t)protected RuleFailedExceptionXsemanticsRuntimeSystem. noSuchMethodException(java.lang.String judgmentSymbol, java.lang.Iterable<java.lang.String> relationSymbols, java.lang.Object... params)protected RuleFailedExceptionXsemanticsRuntimeSystem. noSuchMethodException(java.lang.String name, java.lang.Object... params)Methods in org.eclipse.xsemantics.runtime that return types with arguments of type RuleFailedException Modifier and Type Method Description java.util.LinkedList<RuleFailedException>TraceUtils. failureAsList(RuleFailedException e)Methods in org.eclipse.xsemantics.runtime with parameters of type RuleFailedException Modifier and Type Method Description java.util.LinkedList<ErrorInformation>TraceUtils. allErrorInformation(RuleFailedException e)java.util.LinkedList<RuleFailedException>TraceUtils. failureAsList(RuleFailedException e)java.lang.StringTraceUtils. failureTraceAsString(RuleFailedException e)java.util.List<java.lang.String>TraceUtils. failureTraceAsStrings(RuleFailedException e)java.util.LinkedList<ErrorInformation>TraceUtils. filteredErrorInformation(RuleFailedException e)RuleFailedExceptionTraceUtils. innermostRuleFailedExceptionWithNodeModelSources(RuleFailedException e)Methods in org.eclipse.xsemantics.runtime that throw RuleFailedException Modifier and Type Method Description <T> TXsemanticsRuntimeSystem. env(RuleEnvironment environment, java.lang.Object key, java.lang.Class<? extends T> clazz)This method replaces the previous keyword 'env' in Xsemantics grammar (before version 1.5.0).<T> TXsemanticsRuntimeSystem. environmentAccess(RuleEnvironment environment, java.lang.Object key, java.lang.Class<? extends T> clazz)Constructors in org.eclipse.xsemantics.runtime with parameters of type RuleFailedException Constructor Description Result(RuleFailedException ruleFailedException)Result2(RuleFailedException ruleFailedException)Result3(RuleFailedException ruleFailedException)ResultWithFailure(RuleFailedException ruleFailedException)RuleFailedException(java.lang.String arg0, RuleFailedException previous) -
Uses of RuleFailedException in org.eclipse.xsemantics.runtime.validation
Methods in org.eclipse.xsemantics.runtime.validation that return types with arguments of type RuleFailedException Modifier and Type Method Description java.lang.Iterable<RuleFailedException>XsemanticsValidatorFilter. filterRuleFailedExceptions(RuleFailedException e)Methods in org.eclipse.xsemantics.runtime.validation with parameters of type RuleFailedException Modifier and Type Method Description java.lang.Iterable<ErrorInformation>XsemanticsValidatorFilter. filterErrorInformation(RuleFailedException e)java.lang.Iterable<RuleFailedException>XsemanticsValidatorFilter. filterRuleFailedExceptions(RuleFailedException e)protected voidXsemanticsValidatorErrorGenerator. generateErrors(org.eclipse.xtext.validation.ValidationMessageAcceptor validationMessageAcceptor, RuleFailedException ruleFailedException, org.eclipse.emf.ecore.EObject originalSource)
-