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