Class InvalidArgumentCountException

All Implemented Interfaces:
Serializable

public class InvalidArgumentCountException extends DRException
Thrown to indicate that an aggregator was constructed with an invalid number of arguments.
See Also:
  • Constructor Details

    • InvalidArgumentCountException

      public InvalidArgumentCountException(String function, int expected, int actual)
      Create an new exception
      Parameters:
      function - the name of the aggregator
      expected - the expected number of arguments
      actual - the actual number of arguments