Class EclNotApplicableSuperRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.ecl.exceptions.EclNotApplicableSuperRuleException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected IEclContext
protected Object
protected Object
protected MatchRule
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, message, reason
-
Constructor Summary
ConstructorDescriptionEclNotApplicableSuperRuleException
(Object left, Object right, MatchRule rule, IEclContext context) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
rule
-
left
-
right
-
context
-
-
Constructor Details
-
EclNotApplicableSuperRuleException
public EclNotApplicableSuperRuleException(Object left, Object right, MatchRule rule, IEclContext context)
-
-
Method Details
-
getReason
- Overrides:
getReason
in classEolRuntimeException
-