Package com.atlassian.jira.jql.parser
Class JqlParseErrorMessage
java.lang.Object
com.atlassian.jira.jql.parser.JqlParseErrorMessage
Represents a parse error message from the JqlParser. Internally contains a i18n key, its arguments and the position
of the error.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionJqlParseErrorMessage
(String key, int lineNumber, int columnNumber, Object... arguments) JqlParseErrorMessage
(String key, int lineNumber, int columnNumber, Collection<?> arguments) -
Method Summary
Modifier and TypeMethodDescriptionboolean
List<?>
int
getKey()
int
getLocalizedErrorMessage
(I18nHelper helper) int
hashCode()
toString()
-
Constructor Details
-
JqlParseErrorMessage
-
JqlParseErrorMessage
-
-
Method Details