org.dbunit.dataset
Class NoSuchTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetException
org.dbunit.dataset.NoSuchTableException
- All Implemented Interfaces:
- Serializable
public class NoSuchTableException
- 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 |
NoSuchTableException
public NoSuchTableException()
NoSuchTableException
public NoSuchTableException(String msg)
NoSuchTableException
public NoSuchTableException(String msg,
Throwable e)
NoSuchTableException
public NoSuchTableException(Throwable e)
Copyright © 2002-2012. All Rights Reserved.