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, setStackTracepublic BadBinaryOpValueExpException(ValueExp exp)
BadBinaryOpValueExpException与指定的
ValueExp 。
exp - 其值不合适的表达式。