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