Class org.omg.CORBA.Environment
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.Environment

java.lang.Object
   |
   +----org.omg.CORBA.Environment

public class Environment
extends Object
The Environment class is used in the request operations to make exceptions available to the client.

Constructor Index

 o Environment()

Method Index

 o clear()
The clear operation clears the Environment of any exception.
 o except()
exception accessor.
 o except(Exception)
exception modifier.

Constructors

 o Environment
  public Environment()

Methods

 o except
  public abstract Exception except() throws SystemException
exception accessor.
Returns:
exception in the Environment.
 o except
  public abstract void except(Exception exc) throws SystemException
exception modifier.
Parameters:
exc - exception to be set.
 o clear
  public abstract void clear() throws SystemException
The clear operation clears the Environment of any exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index