Class EolRedefinedVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.EolRedefinedVariableException
-
- All Implemented Interfaces:
java.io.Serializable
public class EolRedefinedVariableException extends EolRuntimeException
- Since:
- 1.6
- Author:
- Sina Madani
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
-
Constructor Summary
Constructors Constructor Description EolRedefinedVariableException(java.lang.String variableName, ModuleElement ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getVariableName()
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
-
-
-
Constructor Detail
-
EolRedefinedVariableException
public EolRedefinedVariableException(java.lang.String variableName, ModuleElement ast)
-
-