Package org.eclipse.xsemantics.runtime
Class ResultWithFailure
- java.lang.Object
-
- org.eclipse.xsemantics.runtime.ResultWithFailure
-
- Direct Known Subclasses:
Result
public class ResultWithFailure extends java.lang.ObjectThe result of a rule invocation- Author:
- Lorenzo Bettini
-
-
Constructor Summary
Constructors Constructor Description ResultWithFailure()ResultWithFailure(RuleFailedException ruleFailedException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfailed()RuleFailedExceptiongetRuleFailedException()
-
-
-
Constructor Detail
-
ResultWithFailure
public ResultWithFailure()
-
ResultWithFailure
public ResultWithFailure(RuleFailedException ruleFailedException)
-
-
Method Detail
-
getRuleFailedException
public RuleFailedException getRuleFailedException()
-
failed
public boolean failed()
-
-