Class DbAssertionFailedError

java.lang.Object
java.lang.Throwable
java.lang.Error
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$ $Date$
Author:
Felipe Leme, Last changed by: $Author$
See Also:
  • Constructor Details

    • DbAssertionFailedError

      public DbAssertionFailedError()
      Constructs a DbAssertionFailedError with no detail message.
    • DbAssertionFailedError

      public DbAssertionFailedError(String message)
      Constructs a DbAssertionFailedError with the specified detail message.
      Parameters:
      message - the detail message.