jxl
Class JXLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjxl.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

Constructor Summary
protected JXLException(java.lang.String message)
          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

JXLException

protected JXLException(java.lang.String message)
Constructor

Parameters:
message - the exception message