public class UnsupportedParameterException extends MathException
Constructor and Description |
---|
UnsupportedParameterException(IAST expr,
IExpr arg,
int position)
The function
expr has an unsupported argument arg at
position: position |
UnsupportedParameterException(IAST expr,
IExpr arg,
int position,
java.lang.String message)
The function
expr has an unsupported argument arg at
position: position : message |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |