org.dbunit.assertion
Class DbAssertionFailedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.dbunit.assertion.DbAssertionFailedError
All Implemented Interfaces:
Serializable

public class DbAssertionFailedError
extends Error

Exception signaling a DbUnit assertion failure. Is used to avoid the direct dependency to any other testing framework.

Since:
2.2.0
Version:
$Revision: 879 $ $Date: 2008-11-16 14:09:08 +0100 (Sun, 16 Nov 2008) $
Author:
Felipe Leme, Last changed by: $Author: gommma $
See Also:
Serialized Form

Constructor Summary
DbAssertionFailedError()
           
DbAssertionFailedError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbAssertionFailedError

public DbAssertionFailedError()

DbAssertionFailedError

public DbAssertionFailedError(String message)


Copyright © 2002-2012. All Rights Reserved.