jxl.write.biff
Class JxlWriteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjxl.JXLException
              extended byjxl.write.WriteException
                  extended byjxl.write.biff.JxlWriteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ColumnsExceededException, CopyAdditionalPropertySetsException, RowsExceededException

public class JxlWriteException
extends WriteException

Exception thrown when reading a biff file

See Also:
Serialized Form

Constructor Summary
JxlWriteException(jxl.write.biff.JxlWriteException.WriteMessage m)
          Constructs this exception with the specified message
 
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

JxlWriteException

public JxlWriteException(jxl.write.biff.JxlWriteException.WriteMessage m)
Constructs this exception with the specified message

Parameters:
m - the message