|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.exception_type
Enum definition : exception_type
Field Summary | |
static int |
_NO_EXCEPTION
Enum member NO_EXCEPTION value |
static int |
_SYSTEM_EXCEPTION
Enum member SYSTEM_EXCEPTION value |
static int |
_USER_EXCEPTION
Enum member USER_EXCEPTION value |
static exception_type |
NO_EXCEPTION
Enum member NO_EXCEPTION |
static exception_type |
SYSTEM_EXCEPTION
Enum member SYSTEM_EXCEPTION |
static exception_type |
USER_EXCEPTION
Enum member USER_EXCEPTION |
Method Summary | |
static exception_type |
from_int(int value)
Return a enum member from its value |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _NO_EXCEPTION
public static final exception_type NO_EXCEPTION
public static final int _USER_EXCEPTION
public static final exception_type USER_EXCEPTION
public static final int _SYSTEM_EXCEPTION
public static final exception_type SYSTEM_EXCEPTION
Method Detail |
public java.lang.Object readResolve() throws java.io.ObjectStreamException
public int value()
public static exception_type from_int(int value)
an
- enum valuepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |