public final class ExceptionListHelper
extends java.lang.Object
Constructor and Description |
---|
ExceptionListHelper() |
Modifier and Type | Method and Description |
---|---|
static TypeCode[] |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
TypeCode[] s) |
static TypeCode[] |
read(InputStream _in) |
static TypeCode |
type() |
static void |
write(OutputStream _out,
TypeCode[] _s) |
public static TypeCode type()
public static java.lang.String id()
public static TypeCode[] read(InputStream _in)
public static void write(OutputStream _out, TypeCode[] _s)