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