jxl.read.biff
Class BiffException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jxl.JXLException
|
+--jxl.read.biff.BiffException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PasswordException
- public class BiffException
- extends JXLException
Exception thrown when reading a biff file
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
unrecognizedBiffVersion
static BiffException.BiffMessage unrecognizedBiffVersion
expectedGlobals
static BiffException.BiffMessage expectedGlobals
excelFileTooBig
static BiffException.BiffMessage excelFileTooBig
excelFileNotFound
static BiffException.BiffMessage excelFileNotFound
unrecognizedOLEFile
static BiffException.BiffMessage unrecognizedOLEFile
streamNotFound
static BiffException.BiffMessage streamNotFound
passwordProtected
static BiffException.BiffMessage passwordProtected
BiffException
public BiffException(BiffException.BiffMessage m)
- Constructs this exception with the specified message
- Parameters:
m
- the message