Class ArgumentsAggregationException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="5.2")
    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:
    ArgumentsAggregator, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArgumentsAggregationException

        public ArgumentsAggregationException​(java.lang.String message)
      • ArgumentsAggregationException

        public ArgumentsAggregationException​(java.lang.String message,
                                             java.lang.Throwable cause)