com.extentech.ExtenXLS
Class WorkBookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.extentech.formats.XLS.WorkBookException
com.extentech.ExtenXLS.WorkBookException
- All Implemented Interfaces:
- Serializable
public class WorkBookException
- extends com.extentech.formats.XLS.WorkBookException
WorkBookInstantiationException is thrown when a workbook cannot be parsed for a particular reason.
Error codes can be retrieved with getErrorCode, which map to the static error ints
- See Also:
- Serialized Form
| Methods inherited from class com.extentech.formats.XLS.WorkBookException |
getErrorCode, getWrappedException, toString |
DOUBLE_STREAM_FILE
public static final int DOUBLE_STREAM_FILE
- See Also:
- Constant Field Values
NOT_BIFF8_FILE
public static final int NOT_BIFF8_FILE
- See Also:
- Constant Field Values
LICENSING_FAILED
public static final int LICENSING_FAILED
- See Also:
- Constant Field Values
UNSPECIFIED_INIT_ERROR
public static final int UNSPECIFIED_INIT_ERROR
- See Also:
- Constant Field Values
RUNTIME_ERROR
public static final int RUNTIME_ERROR
- See Also:
- Constant Field Values
SMALLBLOCK_FILE
public static final int SMALLBLOCK_FILE
- See Also:
- Constant Field Values
WRITING_ERROR
public static final int WRITING_ERROR
- See Also:
- Constant Field Values
DECRYPTION_ERROR
public static final int DECRYPTION_ERROR
- See Also:
- Constant Field Values
DECRYPTION_INCORRECT_PASSWORD
public static final int DECRYPTION_INCORRECT_PASSWORD
- See Also:
- Constant Field Values
ENCRYPTION_ERROR
public static final int ENCRYPTION_ERROR
- See Also:
- Constant Field Values
DECRYPTION_INCORRECT_FORMAT
public static final int DECRYPTION_INCORRECT_FORMAT
- See Also:
- Constant Field Values
ILLEGAL_INIT_ERROR
public static final int ILLEGAL_INIT_ERROR
- See Also:
- Constant Field Values
READ_ONLY_EXCEPTION
public static final int READ_ONLY_EXCEPTION
- See Also:
- Constant Field Values
SHEETPROTECT_INCORRECT_PASSWORD
public static final int SHEETPROTECT_INCORRECT_PASSWORD
- See Also:
- Constant Field Values
WorkBookException
public WorkBookException(String n,
int x)
WorkBookException
public WorkBookException(String string,
int x,
Exception e)
Copyright © 2011 Extentech Inc. All Rights Reserved.