Object
Throwable
Error
AssertionError
org.opentest4j.AssertionFailedError
ComputationFailure
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DerivativeFailure
,TransformFailure
Base class for exceptions thrown when a numerical computation did not produced
the expected value.
- Since:
- 3.1
- See Also:
-
Constructor Summary
ConstructorDescriptionComputationFailure
(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
-
ComputationFailure
Creates a new exception with the given message.- Parameters:
message
- the details message.
-