JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA.ORBPackage
類別 InconsistentTypeCode

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

public final class InconsistentTypeCode
extends UserException

當試圖使用與特定的 DynAny 子類別不比對的型別程式碼創建動態 any 時將拋出 InconsistentTypeCode。


建構子摘要
InconsistentTypeCode()
          建構一個不帶任何原因資訊的 InconsistentTypeCode 使用者異常。
InconsistentTypeCode(String reason)
          建構一個帶有指定原因資訊的 InconsistentTypeCode 使用者異常。
 
方法摘要
 
從類別 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
 

建構子詳細資訊

InconsistentTypeCode

public InconsistentTypeCode()
建構一個不帶任何原因資訊的 InconsistentTypeCode 使用者異常。


InconsistentTypeCode

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

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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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