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

Inner Class Summary
private static class BiffException.BiffMessage
           
 
Field Summary
(package private) static BiffException.BiffMessage excelFileNotFound
           
(package private) static BiffException.BiffMessage excelFileTooBig
           
(package private) static BiffException.BiffMessage expectedGlobals
           
(package private) static BiffException.BiffMessage passwordProtected
           
(package private) static BiffException.BiffMessage streamNotFound
           
(package private) static BiffException.BiffMessage unrecognizedBiffVersion
           
(package private) static BiffException.BiffMessage unrecognizedOLEFile
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
BiffException(BiffException.BiffMessage m)
          Constructs this exception with the specified message
 
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
 

Field Detail

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
Constructor Detail

BiffException

public BiffException(BiffException.BiffMessage m)
Constructs this exception with the specified message
Parameters:
m - the message