public final class MultipleExceptionsHelper extends Object
Constructor and Description |
---|
MultipleExceptionsHelper() |
Modifier and Type | Method and Description |
---|---|
static MultipleExceptions |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
MultipleExceptions s) |
static MultipleExceptions |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
MultipleExceptions s) |
public static TypeCode type()
public static void insert(Any any, MultipleExceptions s)
public static MultipleExceptions extract(Any any)
public static String id()
public static MultipleExceptions read(InputStream in)
public static void write(OutputStream out, MultipleExceptions s)
Copyright © 2016 JacORB. All rights reserved.