Object
Throwable
Error
AssertionError
org.opentest4j.AssertionFailedError
ComputationFailure
DerivativeFailure
- All Implemented Interfaces:
Serializable
Thrown by
TransformTestCase.verifyDerivative(double[])
when a transform
derivative did not produced
the expected values.- Since:
- 3.1
- See Also:
-
Constructor Summary
ConstructorDescriptionDerivativeFailure
(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class org.opentest4j.AssertionFailedError
getActual, getExpected, isActualDefined, isExpectedDefined, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DerivativeFailure
Creates a new exception with the given message.- Parameters:
message
- the details message.
-