public final class exception_type extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int value()
public static exception_type from_int(int value)
value - An enum valuepublic java.lang.String toString()
toString in class java.lang.Object