jxl.write.biff
Class RowsExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjxl.JXLException
              extended byjxl.write.WriteException
                  extended byjxl.write.biff.JxlWriteException
                      extended byjxl.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

Constructor Summary
RowsExceededException()
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowsExceededException

public RowsExceededException()
Constructor