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