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
- 其值不合适的表达式。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.