Class ArgumentsAggregationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.params.aggregator.ArgumentsAggregationException
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • ArgumentsAggregationException

      public ArgumentsAggregationException(String message)
    • ArgumentsAggregationException

      public ArgumentsAggregationException(String message, Throwable cause)