public abstract class NotFoundReasonHelper extends Object
NotFoundReason| Constructor and Description |
|---|
NotFoundReasonHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NotFoundReason |
extract(Any a)
Extract the exception from the given
Any. |
static String |
id()
Return the exception repository id.
|
static void |
insert(Any a,
NotFoundReason that)
Insert the exception into the given
Any. |
static NotFoundReason |
read(InputStream istream)
Read the exception from the given CDR stream.
|
static TypeCode |
type()
Create the type code for this exception.
|
static void |
write(OutputStream ostream,
NotFoundReason value)
Write the exception to the CDR output stream.
|
public NotFoundReasonHelper()
public static NotFoundReason extract(Any a)
Any.public static void insert(Any a, NotFoundReason that)
Any.public static NotFoundReason read(InputStream istream)
public static void write(OutputStream ostream, NotFoundReason value)