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, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected Variable variable
protected EolType expected
protected Object value
public EolIllegalVariableAssignmentException(Variable variable, EolType expected, Object value, IEolContext context)
public String getReason()
getReason
in class EolRuntimeException
Copyright © 2016. All rights reserved.