org.omg.CORBA
Class exception_type

java.lang.Object
  |
  +--org.omg.CORBA.exception_type
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class exception_type
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _NO_EXCEPTION
           
static int _SYSTEM_EXCEPTION
           
static int _USER_EXCEPTION
           
static exception_type NO_EXCEPTION
           
static exception_type SYSTEM_EXCEPTION
           
static exception_type USER_EXCEPTION
           
 
Method Summary
static exception_type from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NO_EXCEPTION

public static final int _NO_EXCEPTION

NO_EXCEPTION

public static final exception_type NO_EXCEPTION

_USER_EXCEPTION

public static final int _USER_EXCEPTION

USER_EXCEPTION

public static final exception_type USER_EXCEPTION

_SYSTEM_EXCEPTION

public static final int _SYSTEM_EXCEPTION

SYSTEM_EXCEPTION

public static final exception_type SYSTEM_EXCEPTION
Method Detail

value

public int value()

from_int

public static exception_type from_int(int value)