org.dbunit.assertion
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: 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DbAssertionFailedError
public DbAssertionFailedError()
DbAssertionFailedError
public DbAssertionFailedError(String message)
Copyright © 2002-2012. All Rights Reserved.