Package | Description |
---|---|
org.omg.CosPropertyService |
Modifier and Type | Field and Description |
---|---|
static ExceptionReason |
ExceptionReason.conflicting_property |
static ExceptionReason |
ExceptionReason.fixed_property |
static ExceptionReason |
ExceptionReason.invalid_property_name |
static ExceptionReason |
ExceptionReason.property_not_found |
static ExceptionReason |
ExceptionReason.read_only_property |
ExceptionReason |
PropertyException.reason |
static ExceptionReason |
ExceptionReason.unsupported_mode |
static ExceptionReason |
ExceptionReason.unsupported_property |
static ExceptionReason |
ExceptionReason.unsupported_type_code |
ExceptionReason |
ExceptionReasonHolder.value |
Modifier and Type | Method and Description |
---|---|
static ExceptionReason |
ExceptionReasonHelper.extract(Any any) |
static ExceptionReason |
ExceptionReason.from_int(int value) |
static ExceptionReason |
ExceptionReasonHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionReasonHelper.insert(Any any,
ExceptionReason s) |
static void |
ExceptionReasonHelper.write(OutputStream out,
ExceptionReason s) |
Constructor and Description |
---|
ExceptionReasonHolder(ExceptionReason initial) |
PropertyException(ExceptionReason reason,
String failing_property_name) |
Copyright © 2016 JacORB. All rights reserved.