org.dbunit.dataset
Class NoColumnsFoundException

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.NoColumnsFoundException
All Implemented Interfaces:
Serializable

public class NoColumnsFoundException
extends DataSetException

Since:
Feb 13, 2003
Version:
$Revision: 398 $
Author:
Manuel Laflamme
See Also:
Serialized Form

Constructor Summary
NoColumnsFoundException()
           
NoColumnsFoundException(String msg)
           
NoColumnsFoundException(String msg, Throwable e)
           
NoColumnsFoundException(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

NoColumnsFoundException

public NoColumnsFoundException()

NoColumnsFoundException

public NoColumnsFoundException(String msg)

NoColumnsFoundException

public NoColumnsFoundException(String msg,
                               Throwable e)

NoColumnsFoundException

public NoColumnsFoundException(Throwable e)


Copyright © 2002-2011. All Rights Reserved.