public static enum UriParserSyntaxException.MessageKeys extends Enum<UriParserSyntaxException.MessageKeys> implements ODataLibraryException.MessageKey
| Enum Constant and Description |
|---|
DOUBLE_SYSTEM_QUERY_OPTION
parameter: query-option name
|
DUPLICATED_ALIAS
parameter: alias name
|
ENTITYID_MISSING_SYSTEM_QUERY_OPTION_ID
Entity id must be followed by system query option id
|
MUST_BE_LAST_SEGMENT
parameter: segment
|
SYNTAX |
SYSTEM_QUERY_OPTION_LEVELS_NOT_ALLOWED_HERE |
UNKNOWN_SYSTEM_QUERY_OPTION
parameter: query-option name
|
WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION
parameters: query-option name, query-option value
|
WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION_FORMAT
parameter: $format option value
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets this key.
|
static UriParserSyntaxException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriParserSyntaxException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriParserSyntaxException.MessageKeys MUST_BE_LAST_SEGMENT
public static final UriParserSyntaxException.MessageKeys UNKNOWN_SYSTEM_QUERY_OPTION
public static final UriParserSyntaxException.MessageKeys DOUBLE_SYSTEM_QUERY_OPTION
public static final UriParserSyntaxException.MessageKeys WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION
public static final UriParserSyntaxException.MessageKeys WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION_FORMAT
public static final UriParserSyntaxException.MessageKeys SYSTEM_QUERY_OPTION_LEVELS_NOT_ALLOWED_HERE
public static final UriParserSyntaxException.MessageKeys SYNTAX
public static final UriParserSyntaxException.MessageKeys DUPLICATED_ALIAS
public static final UriParserSyntaxException.MessageKeys ENTITYID_MISSING_SYSTEM_QUERY_OPTION_ID
public static UriParserSyntaxException.MessageKeys[] values()
for (UriParserSyntaxException.MessageKeys c : UriParserSyntaxException.MessageKeys.values()) System.out.println(c);
public static UriParserSyntaxException.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.