jxl.write.biff
Class RowsExceededException

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

public class RowsExceededException
extends JxlWriteException

Exception thrown when attempting to add a row to a spreadsheet which has already reached the maximum amount

See Also:
Serialized Form

Inner classes inherited from class jxl.write.biff.JxlWriteException
JxlWriteException.WriteMessage
 
Fields inherited from class jxl.write.biff.JxlWriteException
cellReferenced, formatInitialized, maxRowsExceeded
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
RowsExceededException()
          Constructor
 
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
 

Constructor Detail

RowsExceededException

public RowsExceededException()
Constructor