public abstract class ExceptionHolderHelper extends Object
Constructor and Description |
---|
ExceptionHolderHelper() |
Modifier and Type | Method and Description |
---|---|
static ExceptionHolder |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ExceptionHolder v) |
static ExceptionHolder |
read(InputStream is) |
static TypeCode |
type() |
static void |
write(OutputStream os,
ExceptionHolder val) |
public static void insert(Any a, ExceptionHolder v)
public static ExceptionHolder extract(Any a)
public static TypeCode type()
public static String id()
public static ExceptionHolder read(InputStream is)
public static void write(OutputStream os, ExceptionHolder val)
Copyright © 2017 JacORB. All rights reserved.