momeunit.framework
Class AssertionFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
momeunit.framework.AssertionFailedError
- All Implemented Interfaces:
- Serializable
public class AssertionFailedError
- extends Error
An Error thrown when an assertion fails.
- Version:
- 1.1.2
- Author:
- Sergio Morozov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssertionFailedError
public AssertionFailedError()
- Instantiates AssertionFailedError with no descriptive message.
- Since:
- 1.0
AssertionFailedError
public AssertionFailedError(String message)
- Instantiates AssertionFailedError with the specified message.
- Parameters:
message
- message that describes a failure.- Since:
- 1.0