Class EnvironmentImpl

java.lang.Object
org.omg.CORBA.Environment
com.sun.corba.ee.impl.corba.EnvironmentImpl

public class EnvironmentImpl extends Environment
  • Field Details

  • Constructor Details

    • EnvironmentImpl

      public EnvironmentImpl()
  • Method Details

    • exception

      public Exception exception()
      Description copied from class: Environment
      Retrieves the exception in this Environment object.
      Specified by:
      exception in class Environment
      Returns:
      the exception in this Environment object
    • exception

      public void exception(Exception exc)
      Description copied from class: Environment
      Inserts the given exception into this Environment object.
      Specified by:
      exception in class Environment
      Parameters:
      exc - the exception to be set
    • clear

      public void clear()
      Description copied from class: Environment
      Clears this Environment object of its exception.
      Specified by:
      clear in class Environment