Enum Class UriValidationException.MessageKeys
java.lang.Object
java.lang.Enum<UriValidationException.MessageKeys>
org.apache.olingo.server.core.uri.validator.UriValidationException.MessageKeys
- All Implemented Interfaces:
Serializable,Comparable<UriValidationException.MessageKeys>,Constable,ODataLibraryException.MessageKey
- Enclosing class:
- UriValidationException
public static enum UriValidationException.MessageKeys
extends Enum<UriValidationException.MessageKeys>
implements ODataLibraryException.MessageKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionparameter: key propertyparameter: invalid key propertyinvalid value for Propertyparameter: untyped segment nameparameter: missing alias nameparameter: missing parameter nameparameter: system query optionparameters: system query option, http methodparameter: unallowed kind before $countparameter: unallowed kind before $valueparameter: unallowed resource pathparameter: unsupported action return typeparameter: unsupported function return typeparameter: unsupported http methodparameter: unsupported parameter nameparameter: unsupported query optionparameter: unsupported uri kindparameter: unsupported uri resource kind -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets this key.Returns the enum constant of this class with the specified name.static UriValidationException.MessageKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSUPPORTED_QUERY_OPTION
parameter: unsupported query option -
UNSUPPORTED_URI_KIND
parameter: unsupported uri kind -
UNSUPPORTED_URI_RESOURCE_KIND
parameter: unsupported uri resource kind -
UNSUPPORTED_FUNCTION_RETURN_TYPE
parameter: unsupported function return type -
UNSUPPORTED_ACTION_RETURN_TYPE
parameter: unsupported action return type -
UNSUPPORTED_HTTP_METHOD
parameter: unsupported http method -
UNSUPPORTED_PARAMETER
parameter: unsupported parameter name -
SYSTEM_QUERY_OPTION_NOT_ALLOWED
parameter: system query option -
SYSTEM_QUERY_OPTION_NOT_ALLOWED_FOR_HTTP_METHOD
public static final UriValidationException.MessageKeys SYSTEM_QUERY_OPTION_NOT_ALLOWED_FOR_HTTP_METHODparameters: system query option, http method -
INVALID_KEY_PROPERTY
parameter: invalid key property -
DOUBLE_KEY_PROPERTY
parameter: key property -
LAST_SEGMENT_NOT_TYPED
parameter: untyped segment name -
UNALLOWED_KIND_BEFORE_VALUE
parameter: unallowed kind before $value -
UNALLOWED_KIND_BEFORE_COUNT
parameter: unallowed kind before $count -
UNALLOWED_RESOURCE_PATH
parameter: unallowed resource path -
MISSING_PARAMETER
parameter: missing parameter name -
MISSING_ALIAS
parameter: missing alias name -
INVALID_VALUE_FOR_PROPERTY
invalid value for Property
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getKey
Description copied from interface:ODataLibraryException.MessageKeyGets this key.- Specified by:
getKeyin interfaceODataLibraryException.MessageKey
-