Module org.junit.jupiter.params
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
ArgumentsAggregationException is an exception thrown by an
 ArgumentsAggregator when an error occurs while aggregating
 arguments.- Since:
 - 5.2
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionArgumentsAggregationException(String message) ArgumentsAggregationException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ArgumentsAggregationException
 - 
ArgumentsAggregationException
 
 -