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