Class ArgumentsAggregationException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.7") public class ArgumentsAggregationException extends JUnitException
ArgumentsAggregationException is an exception thrown by an ArgumentsAggregator when an error occurs while aggregating arguments.
Since:
5.2
See Also:
  • Constructor Details

    • ArgumentsAggregationException

      public ArgumentsAggregationException(String message)
    • ArgumentsAggregationException

      public ArgumentsAggregationException(String message, Throwable cause)