public abstract class ObjectNotFoundExceptionHelper extends Object
| Constructor and Description |
|---|
ObjectNotFoundExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectNotFoundException |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ObjectNotFoundException that) |
static ObjectNotFoundException |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
ObjectNotFoundException value) |
public static void insert(Any a, ObjectNotFoundException that)
public static ObjectNotFoundException extract(Any a)
public static TypeCode type()
public static String id()
public static ObjectNotFoundException read(InputStream istream)
public static void write(OutputStream ostream, ObjectNotFoundException value)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.