|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.management.BadBinaryOpValueExpException
public class BadBinaryOpValueExpException
向建構查詢的方法傳遞無效的表達式時,拋出此異常。在查詢計算期間,由 JMX 在內部使用此異常。使用者程式碼通常無法看到它。
建構子摘要 | |
---|---|
BadBinaryOpValueExpException(ValueExp exp)
建構帶指定 ValueExp 的 BadBinaryOpValueExpException 。 |
方法摘要 | |
---|---|
ValueExp |
getExp()
返回產生該異常的 ValueExp 。 |
String |
toString()
返回該物件的字元串表示形式。 |
從類別 java.lang.Throwable 繼承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
建構子詳細資訊 |
---|
public BadBinaryOpValueExpException(ValueExp exp)
ValueExp
的 BadBinaryOpValueExpException
。
exp
- 其值不合適的表達式。方法詳細資訊 |
---|
public ValueExp getExp()
ValueExp
。
ValueExp
。public String toString()
Throwable
中的 toString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。