Object
Throwable
Error
AssertionError
ComputationFailure
TransformFailure
- All Implemented Interfaces:
Serializable
Thrown by
TransformTestCase
when a MathTransform
did not produced
the expected value.- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransformFailure
(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
-
TransformFailure
Creates a new exception with the given message.- Parameters:
message
- the details message.
-