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