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