Package | Description |
---|---|
org.omg.CosPropertyService |
Modifier and Type | Field and Description |
---|---|
PropertyException[] |
MultipleExceptions.exceptions |
PropertyException |
PropertyExceptionHolder.value |
PropertyException[] |
PropertyExceptionsHolder.value |
Modifier and Type | Method and Description |
---|---|
static PropertyException[] |
PropertyExceptionsHelper.extract(Any any) |
static PropertyException |
PropertyExceptionHelper.extract(Any any) |
static PropertyException[] |
PropertyExceptionsHelper.read(InputStream _in) |
static PropertyException |
PropertyExceptionHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyExceptionHelper.insert(Any any,
PropertyException s) |
static void |
PropertyExceptionsHelper.insert(Any any,
PropertyException[] s) |
static void |
PropertyExceptionHelper.write(OutputStream out,
PropertyException s) |
static void |
PropertyExceptionsHelper.write(OutputStream _out,
PropertyException[] _s) |
Constructor and Description |
---|
MultipleExceptions(PropertyException[] exceptions) |
MultipleExceptions(java.lang.String _reason,
PropertyException[] exceptions) |
PropertyExceptionHolder(PropertyException initial) |
PropertyExceptionsHolder(PropertyException[] initial) |