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