public static enum UriParserSemanticException.MessageKeys extends Enum<UriParserSemanticException.MessageKeys> implements ODataLibraryException.MessageKey
| Enum Constant and Description |
|---|
COLLECTION_NOT_ALLOWED |
COMPLEX_PARAMETER_IN_RESOURCE_PATH
parameter: complex parameter value
|
EXPRESSION_PROPERTY_NOT_IN_TYPE
parameters: type name, property name
|
FUNCTION_MUST_USE_COLLECTIONS
parameter: function name
|
FUNCTION_NOT_FOUND
parameters: function-import name, function parameters
|
INCOMPATIBLE_TYPE_FILTER
parameter: type filter
|
INVALID_KEY_VALUE
parameter: value
|
IS_PROPERTY
parameters: property name
|
KEY_NOT_ALLOWED |
NAMESPACE_NOT_ALLOWED_AT_FIRST_ELEMENT
parameter: namespace
|
NOT_A_MEDIA_RESOURCE
parameter: addressed resource name
|
NOT_IMPLEMENTED
parameter: not implemented part
|
NOT_IMPLEMENTED_SYSTEM_QUERY_OPTION
parameter: not implemented part for system query option $id
|
ONLY_FOR_COLLECTIONS
parameter: expression
|
ONLY_FOR_ENTITY_TYPES
parameter: expression
|
ONLY_FOR_PRIMITIVE_TYPES
parameter: expression
|
ONLY_FOR_STRUCTURAL_TYPES
parameter: expression
|
ONLY_FOR_TYPED_PARTS
parameter: expression
|
PREVIOUS_PART_NOT_TYPED
parameter: type filter
|
PROPERTY_AFTER_COLLECTION
parameter: property name
|
PROPERTY_NOT_IN_TYPE
parameters: type name, property name
|
RESOURCE_NOT_FOUND
parameter: resource_name
|
RESOURCE_PART_MUST_BE_PRECEDED_BY_STRUCTURAL_TYPE
parameter: resource part
|
TYPE_FILTER_NOT_CHAINABLE
parameters: previous type filter, last type filter
|
TYPES_NOT_COMPATIBLE
parameters: left type, right type
|
UNKNOWN_PART
parameter: resource part
|
UNKNOWN_TYPE
parameter: type
|
WRONG_NUMBER_OF_KEY_PROPERTIES
parameters: expected number, actual number
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets this key.
|
static UriParserSemanticException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriParserSemanticException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriParserSemanticException.MessageKeys FUNCTION_NOT_FOUND
public static final UriParserSemanticException.MessageKeys RESOURCE_PART_MUST_BE_PRECEDED_BY_STRUCTURAL_TYPE
public static final UriParserSemanticException.MessageKeys PROPERTY_AFTER_COLLECTION
public static final UriParserSemanticException.MessageKeys PROPERTY_NOT_IN_TYPE
public static final UriParserSemanticException.MessageKeys EXPRESSION_PROPERTY_NOT_IN_TYPE
public static final UriParserSemanticException.MessageKeys INCOMPATIBLE_TYPE_FILTER
public static final UriParserSemanticException.MessageKeys TYPE_FILTER_NOT_CHAINABLE
public static final UriParserSemanticException.MessageKeys PREVIOUS_PART_NOT_TYPED
public static final UriParserSemanticException.MessageKeys UNKNOWN_PART
public static final UriParserSemanticException.MessageKeys UNKNOWN_TYPE
public static final UriParserSemanticException.MessageKeys ONLY_FOR_TYPED_PARTS
public static final UriParserSemanticException.MessageKeys ONLY_FOR_COLLECTIONS
public static final UriParserSemanticException.MessageKeys ONLY_FOR_ENTITY_TYPES
public static final UriParserSemanticException.MessageKeys ONLY_FOR_STRUCTURAL_TYPES
public static final UriParserSemanticException.MessageKeys INVALID_KEY_VALUE
public static final UriParserSemanticException.MessageKeys WRONG_NUMBER_OF_KEY_PROPERTIES
public static final UriParserSemanticException.MessageKeys KEY_NOT_ALLOWED
public static final UriParserSemanticException.MessageKeys RESOURCE_NOT_FOUND
public static final UriParserSemanticException.MessageKeys NOT_IMPLEMENTED
public static final UriParserSemanticException.MessageKeys NAMESPACE_NOT_ALLOWED_AT_FIRST_ELEMENT
public static final UriParserSemanticException.MessageKeys COMPLEX_PARAMETER_IN_RESOURCE_PATH
public static final UriParserSemanticException.MessageKeys TYPES_NOT_COMPATIBLE
public static final UriParserSemanticException.MessageKeys NOT_A_MEDIA_RESOURCE
public static final UriParserSemanticException.MessageKeys IS_PROPERTY
public static final UriParserSemanticException.MessageKeys ONLY_FOR_PRIMITIVE_TYPES
public static final UriParserSemanticException.MessageKeys FUNCTION_MUST_USE_COLLECTIONS
public static final UriParserSemanticException.MessageKeys COLLECTION_NOT_ALLOWED
public static final UriParserSemanticException.MessageKeys NOT_IMPLEMENTED_SYSTEM_QUERY_OPTION
public static UriParserSemanticException.MessageKeys[] values()
for (UriParserSemanticException.MessageKeys c : UriParserSemanticException.MessageKeys.values()) System.out.println(c);
public static UriParserSemanticException.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.