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