|
JavaTM 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
- 用户异常的存储库 id
ins
- 包含用户异常数据的流
方法详细信息 |
---|
public String getId()
public InputStream getInputStream()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。