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