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