Uses of Class
com.atlassian.confluence.macro.query.SearchQueryParserException
Packages that use SearchQueryParserException
-
Uses of SearchQueryParserException in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that throw SearchQueryParserExceptionModifier and TypeMethodDescriptionSearchQueryParser.parse
(String filterValue, SearchQueryInterpreter criterionInterpreter) Parses the provided filter value, using the specified criterion parser to findObject individual criterion.Parses the specifiedString
into aBooleanQueryFactory
implementation according to the rules specified by theSearchQueryInterpreter
.