public class UnknownFunctionOrVariableException extends IllegalArgumentException
Tokenizer finds unknown function or variable.| Constructor and Description |
|---|
UnknownFunctionOrVariableException(String expression,
int position,
int length) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getMessage() |
int |
getPosition() |
String |
getToken() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownFunctionOrVariableException(String expression, int position, int length)
public String getMessage()
getMessage in class Throwablepublic String getExpression()
public String getToken()
public int getPosition()
Copyright © 2017. All rights reserved.