org.omg.CosNaming.NamingContextPackage
public abstract class NotFoundHelper extends Object
NotFound
.Constructor and Description |
---|
NotFoundHelper() |
Modifier and Type | Method and Description |
---|---|
static NotFound |
extract(Any a)
Extract the exception from the given
Any . |
static String |
id()
Return the exception repository id.
|
static void |
insert(Any a,
NotFound that)
Insert the exception into the given
Any . |
static NotFound |
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,
NotFound value)
Write the exception to the CDR output stream.
|
public NotFoundHelper()
public static NotFound read(InputStream istream)
public static void write(OutputStream ostream, NotFound value)