public class BadBinaryOpValueExpException extends 异常
Constructor and Description |
---|
BadBinaryOpValueExpException(ValueExp exp)
构造一个
BadBinaryOpValueExpException 与指定的
ValueExp 。
|
Modifier and Type | Method and Description |
---|---|
ValueExp |
getExp()
返回
ValueExp 异常的ValueExp。
|
String |
toString()
返回表示对象的字符串。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BadBinaryOpValueExpException(ValueExp exp)
BadBinaryOpValueExpException
与指定的
ValueExp
。
exp
- 其值不合适的表达式。