org.dbunit.dataset
Class RowOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dbunit.DatabaseUnitException
              extended by org.dbunit.dataset.DataSetException
                  extended by org.dbunit.dataset.RowOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class RowOutOfBoundsException
extends DataSetException

Since:
Feb 17, 2002
Version:
$Revision: 398 $
Author:
Manuel Laflamme
See Also:
Serialized Form

Constructor Summary
RowOutOfBoundsException()
           
RowOutOfBoundsException(java.lang.String msg)
           
RowOutOfBoundsException(java.lang.String msg, java.lang.Throwable e)
           
RowOutOfBoundsException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.dbunit.DatabaseUnitException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowOutOfBoundsException

public RowOutOfBoundsException()

RowOutOfBoundsException

public RowOutOfBoundsException(java.lang.String msg)

RowOutOfBoundsException

public RowOutOfBoundsException(java.lang.String msg,
                               java.lang.Throwable e)

RowOutOfBoundsException

public RowOutOfBoundsException(java.lang.Throwable e)


Copyright © 2002-2006. All Rights Reserved.