Class TransformFailure

All Implemented Interfaces:
Serializable

public class TransformFailure extends ComputationFailure
Thrown by TransformTestCase when a MathTransform did not produced the expected value.
Since:
2.2
See Also:
  • Constructor Details

    • TransformFailure

      public TransformFailure(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the details message.