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, toStringpublic InvalidArgumentCountException(String function, int expected, int actual)
function - the name of the aggregatorexpected - the expected number of argumentsactual - the actual number of argumentsCopyright © 2024 Actian Corporation. All rights reserved.