JavaTM 2 Platform
Standard Ed. 6

javax.management
類別 BadBinaryOpValueExpException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.management.BadBinaryOpValueExpException
所有已實作的介面:
Serializable

public class BadBinaryOpValueExpException
extends Exception

向建構查詢的方法傳遞無效的表達式時,拋出此異常。在查詢計算期間,由 JMX 在內部使用此異常。使用者程式碼通常無法看到它。

從以下版本開始:
1.5
另請參見:
序列化表格

建構子摘要
BadBinaryOpValueExpException(ValueExp exp)
          建構帶指定 ValueExpBadBinaryOpValueExpException
 
方法摘要
 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
 

建構子詳細資訊

BadBinaryOpValueExpException

public BadBinaryOpValueExpException(ValueExp exp)
建構帶指定 ValueExpBadBinaryOpValueExpException

參數:
exp - 其值不合適的表達式。
方法詳細資訊

getExp

public ValueExp getExp()
返回產生該異常的 ValueExp

返回:
導致問題的 ValueExp

toString

public String toString()
返回該物件的字元串表示形式。

覆寫:
類別 Throwable 中的 toString
返回:
該 throwable 的字元串表示形式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only