|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.portable.ApplicationException
public class ApplicationException
此類別用來報告 ORB 和 stub 之間的應用程序級異常。
建構子摘要 | |
---|---|
ApplicationException(String id,
InputStream ins)
根據異常的 CORBA 存儲資源庫 ID 和一個輸入串流(可從中讀取異常資料作為其參數)建構 ApplicationException。 |
方法摘要 | |
---|---|
String |
getId()
返回異常的 CORBA 存儲資源庫 ID 而不會將其從異常輸入串流中移除。 |
InputStream |
getInputStream()
返回可從中讀取異常資料作為其參數的輸入串流。 |
從類別 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 |
建構子詳細資訊 |
---|
public ApplicationException(String id, InputStream ins)
id
- 使用者異常的存儲資源庫 idins
- 套件含使用者異常資料的串流方法詳細資訊 |
---|
public String getId()
public InputStream getInputStream()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。