public class InvalidArgumentCountException extends DRException
Constructor and Description |
---|
InvalidArgumentCountException(String function,
int expected,
int actual)
Create an new exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidArgumentCountException(String function, int expected, int actual)
function
- the name of the aggregatorexpected
- the expected number of argumentsactual
- the actual number of argumentsCopyright © 2020 Actian Corporation. All rights reserved.