Class TransformFailure

All Implemented Interfaces:
Serializable

public class TransformFailure extends AssertionError
Thrown when a transform didn't 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.