public abstract class ExceptionDefHelper extends Object
Constructor and Description |
---|
ExceptionDefHelper() |
Modifier and Type | Method and Description |
---|---|
static ExceptionDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ExceptionDef that) |
static ExceptionDef |
narrow(Object obj) |
static ExceptionDef |
read(InputStream istream) |
static TypeCode |
type() |
static ExceptionDef |
unchecked_narrow(Object obj) |
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)
public static ExceptionDef narrow(Object obj)
public static ExceptionDef unchecked_narrow(Object obj)
Copyright © 2017 JBoss by Red Hat. All rights reserved.