Class StackedConstantExpressionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.xtext.xbase.interpreter.ConstantExpressionEvaluationException
-
- org.eclipse.xtext.xbase.interpreter.StackedConstantExpressionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class StackedConstantExpressionEvaluationException extends ConstantExpressionEvaluationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StackedConstantExpressionEvaluationException(XExpression expression, org.eclipse.xtext.common.types.JvmField field, ConstantExpressionEvaluationException cause)
-
Method Summary
-
Methods inherited from class org.eclipse.xtext.xbase.interpreter.ConstantExpressionEvaluationException
getExpression
-
-
-
-
Constructor Detail
-
StackedConstantExpressionEvaluationException
public StackedConstantExpressionEvaluationException(XExpression expression, org.eclipse.xtext.common.types.JvmField field, ConstantExpressionEvaluationException cause)
-
-