public class FileException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static short |
ABORT_ERR |
short |
code |
static short |
ENCODING_ERR |
static short |
NOT_FOUND_ERR |
static short |
NOT_READABLE_ERR |
static short |
SECURITY_ERR |
| Constructor and Description |
|---|
FileException(short code,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final short NOT_FOUND_ERR
public static final short SECURITY_ERR
public static final short ABORT_ERR
public static final short NOT_READABLE_ERR
public static final short ENCODING_ERR
public short code
public FileException(short code,
String message)
Copyright © 2016. All Rights Reserved.