Environment

Class Environment

public abstract class Environment
extends Object

A container (holder) for an exception that is used in Request operations to make exceptions available to the client. An Environment object is created with the ORB method create_environment.

Since:
JDK1.2

Constructors

Environment

public Environment()

Methods

exception

public abstract Exception exception()

Retrieves the exception in this Environment object.

Returns:
the exception in this Environment object

exception

public abstract void exception(Exception except)

Inserts the given exception into this Environment object.

Parameters:
except - the exception to be set

clear

public abstract void clear()

Clears this Environment object of its exception.

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部