public class ExceptionTypeHelper
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionType |
extract(Any a)
Extract ExceptionType from an any
|
static java.lang.String |
id()
Return the ExceptionType IDL ID
|
static void |
insert(Any a,
ExceptionType t)
Insert ExceptionType into an any
|
static ExceptionType |
read(InputStream istream)
Read ExceptionType from a marshalled stream
|
static TypeCode |
type()
Return the ExceptionType TypeCode
|
static void |
write(OutputStream ostream,
ExceptionType value)
Write ExceptionType into a marshalled stream
|
public static void insert(Any a, ExceptionType t)
a - an anyt - ExceptionType valuepublic static ExceptionType extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ExceptionType read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ExceptionType value)
ostream - the output streamvalue - ExceptionType value