|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.Environment
public abstract class Environment
A container for an exception, that has been thrown by the method of the CORBA object.
Constructor Summary | |
---|---|
Environment()
|
Method Summary | |
---|---|
abstract void |
clear()
Removes the exception object from this container. |
abstract Exception |
exception()
Returns an exception, enclosed in this container. |
abstract void |
exception(Exception except)
Inserts the given exception into this container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Environment()
Method Detail |
---|
public abstract void clear()
public abstract Exception exception()
clear()
has been previously called.public abstract void exception(Exception except)
except
- the exception to insert.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |