jxl.write.biff
Class CopyAdditionalPropertySetsException

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.CopyAdditionalPropertySetsException
All Implemented Interfaces:
java.io.Serializable

public class CopyAdditionalPropertySetsException
extends JxlWriteException

Exception thrown when attempting to copy a workbook which contains additional property sets

See Also:
Serialized Form

Constructor Summary
CopyAdditionalPropertySetsException()
          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

CopyAdditionalPropertySetsException

public CopyAdditionalPropertySetsException()
Constructor