patterntesting.runtime.exception
Class DetailedAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
patterntesting.runtime.exception.DetailedAssertionError
- All Implemented Interfaces:
- Serializable
public class DetailedAssertionError
- extends AssertionError
This is a kind of better AssertionError which gives you some more
details of the given cause.
- Since:
- 1.4 (02.01.2014)
- Author:
- oliver
- See Also:
- Serialized Form
DetailedAssertionError
public DetailedAssertionError(Object detailMessage,
Throwable cause)
- Instantiates a new detailed assertion error.
- Parameters:
detailMessage - the detail messagecause - the cause
getCause
public Throwable getCause()
- Gets the cause.
- Overrides:
getCause in class Throwable
- Returns:
- the cause
- See Also:
Throwable.getCause()
Copyright © 2002–2014 PatternTesting Team. All rights reserved.