Object
Throwable
Error
AssertionError
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
ConstructorsConstructorDescriptionDerivativeFailure
(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DerivativeFailure
Creates a new exception with the given message.- Parameters:
message
- the details message.
-