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