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.
-
Environment()
-
-
clear()
- The clear operation clears the Environment of any exception.
-
except()
- exception accessor.
-
except(Exception)
- exception modifier.
Environment
public Environment()
except
public abstract Exception except() throws SystemException
- exception accessor.
- Returns:
- exception in the Environment.
except
public abstract void except(Exception exc) throws SystemException
- exception modifier.
- Parameters:
- exc - exception to be set.
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