public abstract class SystemExceptionHelper extends Object
| Constructor and Description |
|---|
SystemExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SystemException |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
SystemException s) |
static SystemException |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
SystemException s) |
public static TypeCode type()
public static void insert(Any any, SystemException s)
public static SystemException extract(Any any)
public static String id()
public static SystemException read(InputStream in)
public static void write(OutputStream out, SystemException s)
Copyright © 2016. All rights reserved.