org.dbunit.dataset
Class NoColumnsFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dbunit.DatabaseUnitException
              extended byorg.dbunit.dataset.DataSetException
                  extended byorg.dbunit.dataset.NoColumnsFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoColumnsFoundException
extends DataSetException

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

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

NoColumnsFoundException

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

NoColumnsFoundException

public NoColumnsFoundException(java.lang.Throwable e)


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.