javolution.testing
Class AssertionException
Object
Throwable
Exception
RuntimeException
AssertionException
- All Implemented Interfaces:
- Serializable
public class AssertionException
- extends RuntimeException
This class represents an exception which might be raised when
a testing assertion fails (see TestContext.REGRESSION
).
- Version:
- 5.3, February 24, 2009
- Author:
- Jean-Marie Dautelle
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssertionException
public AssertionException()
- Creates an assertion exception with no detailed message.
AssertionException
public AssertionException(String message)
- Creates an assertion exception with the specified detailed message.
- Parameters:
message
- the exception detailed message.
Copyright © 2005-2012 Javolution. All Rights Reserved.