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