Class EolReadOnlyVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.EolReadOnlyVariableException
-
- All Implemented Interfaces:
Serializable
public class EolReadOnlyVariableException extends EolRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EolReadOnlyVariableException(Variable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
-
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 Detail
-
variable
protected Variable variable
-
-
Constructor Detail
-
EolReadOnlyVariableException
public EolReadOnlyVariableException(Variable variable)
-
-
Method Detail
-
getReason
public String getReason()
- Overrides:
getReason
in classEolRuntimeException
-
-