public final class ExceptionReason extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_conflicting_property |
static int |
_fixed_property |
static int |
_invalid_property_name |
static int |
_property_not_found |
static int |
_read_only_property |
static int |
_unsupported_mode |
static int |
_unsupported_property |
static int |
_unsupported_type_code |
static ExceptionReason |
conflicting_property |
static ExceptionReason |
fixed_property |
static ExceptionReason |
invalid_property_name |
static ExceptionReason |
property_not_found |
static ExceptionReason |
read_only_property |
static ExceptionReason |
unsupported_mode |
static ExceptionReason |
unsupported_property |
static ExceptionReason |
unsupported_type_code |
Modifier | Constructor and Description |
---|---|
protected |
ExceptionReason(int i) |
Modifier and Type | Method and Description |
---|---|
static ExceptionReason |
from_int(int value) |
java.lang.String |
toString() |
int |
value() |
public static final int _invalid_property_name
public static final ExceptionReason invalid_property_name
public static final int _conflicting_property
public static final ExceptionReason conflicting_property
public static final int _property_not_found
public static final ExceptionReason property_not_found
public static final int _unsupported_type_code
public static final ExceptionReason unsupported_type_code
public static final int _unsupported_property
public static final ExceptionReason unsupported_property
public static final int _unsupported_mode
public static final ExceptionReason unsupported_mode
public static final int _fixed_property
public static final ExceptionReason fixed_property
public static final int _read_only_property
public static final ExceptionReason read_only_property
public int value()
public static ExceptionReason from_int(int value)
public java.lang.String toString()
toString
in class java.lang.Object