jxl
Class JXLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jxl.JXLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BiffException, FormulaException, WriteException

public class JXLException
extends java.lang.Exception

Base exception class for JExcelAPI exceptions

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
protected JXLException(java.lang.String message)
          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

JXLException

protected JXLException(java.lang.String message)
Constructor
Parameters:
message - the exception message