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