public abstract class ExcDescriptionSeqHelper extends Object
Constructor and Description |
---|
ExcDescriptionSeqHelper() |
Modifier and Type | Method and Description |
---|---|
static ExceptionDescription[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ExceptionDescription[] that) |
static ExceptionDescription[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
ExceptionDescription[] value) |
public static void insert(Any a, ExceptionDescription[] that)
public static ExceptionDescription[] extract(Any a)
public static TypeCode type()
public static String id()
public static ExceptionDescription[] read(InputStream istream)
public static void write(OutputStream ostream, ExceptionDescription[] value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.