jxl.read.biff
public class: BiffException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
jxl.JXLException
jxl.read.biff.BiffException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PasswordException
Exception thrown when reading a biff file
| Field Summary |
|---|
| static final BiffException.BiffMessage | unrecognizedBiffVersion | |
| static final BiffException.BiffMessage | expectedGlobals | |
| static final BiffException.BiffMessage | excelFileTooBig | |
| static final BiffException.BiffMessage | excelFileNotFound | |
| static final BiffException.BiffMessage | unrecognizedOLEFile | |
| static final BiffException.BiffMessage | streamNotFound | |
| static final BiffException.BiffMessage | passwordProtected | |
| static final BiffException.BiffMessage | corruptFileFormat | |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |