org.matheclipse.core.eval.exception
Class WrongNumberOfArguments
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.matheclipse.parser.client.math.MathException
-
- org.matheclipse.core.eval.exception.WrongNumberOfArguments
-
- All Implemented Interfaces:
- java.io.Serializable
public class WrongNumberOfArguments extends MathException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description WrongNumberOfArguments(IAST expr, int allowed, int current)Expected number of arguments:allowedbut gotcurrentarguments:
expr.WrongNumberOfArguments(int textNumber, IAST expr, int current)Expected number of arguments:allowedbut gotcurrentarguments:
expr.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetMessage()
-
-
-
Constructor Detail
-
WrongNumberOfArguments
public WrongNumberOfArguments(IAST expr, int allowed, int current)
Expected number of arguments:allowedbut gotcurrentarguments:
expr.- Parameters:
expr-allowed-current-
-
WrongNumberOfArguments
public WrongNumberOfArguments(int textNumber, IAST expr, int current)Expected number of arguments:allowedbut gotcurrentarguments:
expr.- Parameters:
expr-allowed-current-
-
-
DMelt 3.0 © DataMelt by jWork.ORG