public class WrongNumberOfArguments extends MathException
| Constructor and Description |
|---|
WrongNumberOfArguments(IAST expr,
int allowed,
int current)
Expected number of arguments:
allowed but got current
arguments:expr. |
WrongNumberOfArguments(int textNumber,
IAST expr,
int current)
Expected number of arguments:
allowed but got current
arguments:expr. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
public WrongNumberOfArguments(IAST expr, int allowed, int current)
allowed but got current
arguments:expr.expr - allowed - current - public WrongNumberOfArguments(int textNumber,
IAST expr,
int current)
allowed but got current
arguments:expr.expr - allowed - current -