org.dbunit.database
Class CyclicTablesDependencyException

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.database.CyclicTablesDependencyException
All Implemented Interfaces:
java.io.Serializable

public class CyclicTablesDependencyException
extends DataSetException

Since:
Mar 23, 2003
Version:
$Revision: 447 $
Author:
Manuel Laflamme
See Also:
Serialized Form

Constructor Summary
CyclicTablesDependencyException(java.lang.String tableName)
           
 
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

CyclicTablesDependencyException

public CyclicTablesDependencyException(java.lang.String tableName)


Copyright © 2002-2008. All Rights Reserved.