public abstract class exception_typeHelper extends Object
| Constructor and Description |
|---|
exception_typeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static exception_type |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
exception_type s) |
static exception_type |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
exception_type s) |
public static TypeCode type()
public static void insert(Any any, exception_type s)
public static exception_type extract(Any any)
public static String id()
public static exception_type read(InputStream in)
public static void write(OutputStream out, exception_type s)
Copyright © 2017 JacORB. All rights reserved.