jxl.write.biff
Class JxlWriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jxl.JXLException
                    |
                    +--jxl.write.WriteException
                          |
                          +--jxl.write.biff.JxlWriteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RowsExceededException

public class JxlWriteException
extends WriteException

Exception thrown when reading a biff file

See Also:
Serialized Form

Inner Class Summary
private static class JxlWriteException.WriteMessage
           
 
Field Summary
(package private) static JxlWriteException.WriteMessage cellReferenced
           
(package private) static JxlWriteException.WriteMessage formatInitialized
           
(package private) static JxlWriteException.WriteMessage maxRowsExceeded
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JxlWriteException(JxlWriteException.WriteMessage 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

formatInitialized

static JxlWriteException.WriteMessage formatInitialized

cellReferenced

static JxlWriteException.WriteMessage cellReferenced

maxRowsExceeded

static JxlWriteException.WriteMessage maxRowsExceeded
Constructor Detail

JxlWriteException

public JxlWriteException(JxlWriteException.WriteMessage m)
Constructs this exception with the specified message
Parameters:
m - the message