public static enum SearchParserException.MessageKeys extends Enum<SearchParserException.MessageKeys> implements ODataLibraryException.MessageKey
| Enum Constant and Description |
|---|
EXPECTED_DIFFERENT_TOKEN
parameters: expectedToken actualToken
|
INVALID_END_OF_QUERY
parameter: actual token
|
INVALID_NOT_OPERAND
parameter: operatorkind
|
MISSING_CLOSE
parameters: -
|
NO_EXPRESSION_FOUND |
TOKENIZER_EXCEPTION
parameter: message
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets this key.
|
static SearchParserException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParserException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchParserException.MessageKeys NO_EXPRESSION_FOUND
public static final SearchParserException.MessageKeys TOKENIZER_EXCEPTION
public static final SearchParserException.MessageKeys INVALID_NOT_OPERAND
public static final SearchParserException.MessageKeys MISSING_CLOSE
public static final SearchParserException.MessageKeys EXPECTED_DIFFERENT_TOKEN
public static final SearchParserException.MessageKeys INVALID_END_OF_QUERY
public static SearchParserException.MessageKeys[] values()
for (SearchParserException.MessageKeys c : SearchParserException.MessageKeys.values()) System.out.println(c);
public static SearchParserException.MessageKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
ODataLibraryException.MessageKeygetKey in interface ODataLibraryException.MessageKeyCopyright © 2023. All rights reserved.