Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
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     
Constructor:
 public BiffException(BiffException.BiffMessage m) 
    Constructs this exception with the specified message
    Parameters:
    m - the message
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait