org.enableit.db.darrt
Class DataImportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enableit.db.DBException
                    |
                    +--org.enableit.db.darrt.DataImportException
All Implemented Interfaces:
java.io.Serializable

public class DataImportException
extends DBException

Holder for row sets that cannot be imported by DataHandler.

Version:
v1.0
Author:
__AUTHOR__
See Also:
Serialized Form

Constructor Summary
DataImportException(org.enableit.db.beans.RowSet rowSet)
          DataImportException Method
 
Method Summary
 org.enableit.db.beans.RowSet getErrorRowSet()
           
 
Methods inherited from class org.enableit.db.DBException
getRootCause
 
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

DataImportException

public DataImportException(org.enableit.db.beans.RowSet rowSet)
DataImportException Method

Method Detail

getErrorRowSet

public org.enableit.db.beans.RowSet getErrorRowSet()


Copyright © 1999-2004 enableIT.org. All Rights Reserved.