org.jacorb.orb.dii

Class Environment


public class Environment
extends Environment

This class is used to hold exception information for DII requests.

Version:
$Id: Environment.java,v 1.7 2004/05/06 12:40:00 nicolas Exp $

Author:
Gerald Brose, FU Berlin

Constructor Summary

Environment()

Method Summary

void
clear()
java.lang.Exception
exception()
void
exception(java.lang.Exception e)

Methods inherited from class org.omg.CORBA.Environment

clear, exception, exception

Constructor Details

Environment

public Environment()

Method Details

clear

public void clear()
Overrides:
clear in interface Environment


exception

public java.lang.Exception exception()
Overrides:
exception in interface Environment


exception

public void exception(java.lang.Exception e)
Overrides:
exception in interface Environment