ExcelAccessor Bean Suite

com.ibm.excelaccessor
Class ExcelAccessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.excelaccessor.ExcelAccessorException
All Implemented Interfaces:
java.io.Serializable

public class ExcelAccessorException
extends java.lang.Exception

Signals that an exception occurred in the ExcelAccessor bean suite.

See Also:
Serialized Form

Constructor Summary
ExcelAccessorException()
          Constructs an ExcelAccessorException with no detail message.
ExcelAccessorException(java.lang.String s)
          Constructs an ExcelAccessorException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcelAccessorException

public ExcelAccessorException()
Constructs an ExcelAccessorException with no detail message.

ExcelAccessorException

public ExcelAccessorException(java.lang.String s)
Constructs an ExcelAccessorException with the specified detail message.
Parameters:
s - the detail message.

ExcelAccessor Bean Suite

ExcelAccessor Bean Suite