Package org.dbunit.assertion
Class DbAssertionFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.dbunit.assertion.DbAssertionFailedError
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs aDbAssertionFailedErrorwith no detail message.DbAssertionFailedError(String message) Constructs aDbAssertionFailedErrorwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbAssertionFailedError
public DbAssertionFailedError()Constructs aDbAssertionFailedErrorwith no detail message. -
DbAssertionFailedError
Constructs aDbAssertionFailedErrorwith the specified detail message.- Parameters:
message- the detail message.
-