JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA.TypeCodePackage
類別 Bounds

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 org.omg.CORBA.UserException
              繼承者 org.omg.CORBA.TypeCodePackage.Bounds
所有已實作的介面:
Serializable, IDLEntity

public final class Bounds
extends UserException

提供 TypeCode 操作 member_name()member_type()member_label。這些方法在索引參數大於等於構成該型別的成員數時將引發 Bounds

從以下版本開始:
JDK1.2

建構子摘要
Bounds()
          建構一個不帶任何原因資訊的 Bounds 異常。
Bounds(String reason)
          建構一個帶有指定原因資訊的 Bounds 異常。
 
方法摘要
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

Bounds

public Bounds()
建構一個不帶任何原因資訊的 Bounds 異常。


Bounds

public Bounds(String reason)
建構一個帶有指定原因資訊的 Bounds 異常。

參數:
reason - 套件含原因訊息的 String。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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