|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.INV_FLAG
public final class INV_FLAG
在將無效標誌傳遞給某項操作時(例如,在創建 DII 請求時),拋出此異常。
它包含次要程式碼 (minor code) 和完成狀態 (completion status),次要程式碼提供有關造成該異常原因的更詳細資訊。它可能還包含描述該異常的字元串。
| 欄位摘要 |
|---|
| 從類別 org.omg.CORBA.SystemException 繼承的欄位 |
|---|
completed, minor |
| 建構子摘要 | |
|---|---|
INV_FLAG()
使用預設次要程式碼 0 和完成狀態 COMPLETED_NO 建構一個 INV_FLAG 異常。 |
|
INV_FLAG(int minor,
CompletionStatus completed)
使用指定次要程式碼和完成狀態建構一個 INV_FLAG 異常。 |
|
INV_FLAG(String s)
使用指定詳細訊息、次要程式碼 0 和完成狀態 COMPLETED_NO 建構一個 INV_FLAG 異常。 |
|
INV_FLAG(String s,
int minor,
CompletionStatus completed)
使用指定詳細訊息、次要程式碼和完成狀態建構一個 INV_FLAG 異常。 |
|
| 方法摘要 |
|---|
| 從類別 org.omg.CORBA.SystemException 繼承的方法 |
|---|
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 INV_FLAG()
INV_FLAG 異常。
public INV_FLAG(String s)
INV_FLAG 異常。
s - 套件含詳細訊息的 String
public INV_FLAG(int minor,
CompletionStatus completed)
INV_FLAG 異常。
minor - 次要程式碼completed - 指示完成狀態的 CompletionStatus 實例
public INV_FLAG(String s,
int minor,
CompletionStatus completed)
INV_FLAG 異常。詳細訊息是描述此特定異常的 String。
s - 套件含詳細訊息的 Stringminor - 次要程式碼completed - 指示完成狀態的 CompletionStatus 實例
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。