public class EolIllegalVariableAssignmentException extends EolRuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected EolType |
expected |
protected Object |
value |
protected Variable |
variable |
ast, context, reason| Constructor and Description |
|---|
EolIllegalVariableAssignmentException(Variable variable,
EolType expected,
Object value,
IEolContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
getAst, getColumn, getLine, getMessage, propagate, setAst, setReason, toString, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected Variable variable
protected EolType expected
protected Object value
public EolIllegalVariableAssignmentException(Variable variable, EolType expected, Object value, IEolContext context)
public String getReason()
getReason in class EolRuntimeExceptionCopyright © 2016. All rights reserved.