public class ArityException extends FunctionCallException
| Constructor and Description |
|---|
ArityException(Function function,
int numArguments) |
ArityException(Function function,
int numArguments,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createMessage(Function function,
int numArguments,
boolean initialUppercase) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArityException(Function function, int numArguments)
Copyright © 2016–2021. All rights reserved.