public class WorkBookException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
DECRYPTION_ERROR |
static int |
DECRYPTION_INCORRECT_FORMAT |
static int |
DECRYPTION_INCORRECT_PASSWORD |
static int |
DOUBLE_STREAM_FILE |
static int |
ENCRYPTION_ERROR |
static int |
LICENSING_FAILED |
static int |
NOT_BIFF8_FILE |
static int |
RUNTIME_ERROR |
static int |
SMALLBLOCK_FILE |
static int |
UNSPECIFIED_INIT_ERROR |
static int |
WRITING_ERROR |
| Constructor and Description |
|---|
WorkBookException(String message,
int code) |
WorkBookException(String message,
int code,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
Exception |
getWrappedException()
Deprecated.
Use
Throwable.getCause() instead. |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int DOUBLE_STREAM_FILE
public static final int NOT_BIFF8_FILE
public static final int LICENSING_FAILED
public static final int UNSPECIFIED_INIT_ERROR
public static final int RUNTIME_ERROR
public static final int SMALLBLOCK_FILE
public static final int WRITING_ERROR
public static final int DECRYPTION_ERROR
public static final int DECRYPTION_INCORRECT_PASSWORD
public static final int ENCRYPTION_ERROR
public static final int DECRYPTION_INCORRECT_FORMAT
public WorkBookException(String message, int code)
public int getErrorCode()
public Exception getWrappedException()
Throwable.getCause() instead.getCause().Copyright © 2002–2019 Starter Inc.. All rights reserved.