org.dbunit.dataset
Class RowOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetException
org.dbunit.dataset.RowOutOfBoundsException
- All Implemented Interfaces:
- Serializable
public class RowOutOfBoundsException
- extends DataSetException
- Since:
- Feb 17, 2002
- Version:
- $Revision: 398 $
- Author:
- Manuel Laflamme
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RowOutOfBoundsException
public RowOutOfBoundsException()
RowOutOfBoundsException
public RowOutOfBoundsException(String msg)
RowOutOfBoundsException
public RowOutOfBoundsException(String msg,
Throwable e)
RowOutOfBoundsException
public RowOutOfBoundsException(Throwable e)
Copyright © 2002-2012. All Rights Reserved.