public class BadBinaryOpValueExpException extends 异常
Constructor and Description |
---|
BadBinaryOpValueExpException(ValueExp exp)
构建了一个具有指定
ValueExp
BadBinaryOpValueExpException 。
|
Modifier and Type | Method and Description |
---|---|
ValueExp |
getExp()
返回
ValueExp 起源异常。
|
String |
toString()
返回表示对象的字符串。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BadBinaryOpValueExpException(ValueExp exp)
ValueExp
BadBinaryOpValueExpException
。
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.