Enum BatchDeserializerException.MessageKeys
java.lang.Object
java.lang.Enum<BatchDeserializerException.MessageKeys>
org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
- All Implemented Interfaces:
Serializable
,Comparable<BatchDeserializerException.MessageKeys>
,java.lang.constant.Constable
,ODataLibraryException.MessageKey
- Enclosing class:
- BatchDeserializerException
public static enum BatchDeserializerException.MessageKeys
extends Enum<BatchDeserializerException.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: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameter: lineparameters: line, expected content type, actual content type -
Method Summary
-
Enum Constant Details
-
INVALID_BOUNDARY
parameter: line -
INVALID_CHANGESET_METHOD
parameter: line -
INVALID_CONTENT
parameter: line -
INVALID_CONTENT_LENGTH
parameter: line -
INVALID_CONTENT_TRANSFER_ENCODING
parameter: line -
INVALID_CONTENT_TYPE
parameter: line -
UNEXPECTED_CONTENT_TYPE
parameters: line, expected content type, actual content type -
INVALID_CONTENT_ID
parameter: line -
INVALID_HOST
parameter: line -
INVALID_HTTP_VERSION
parameter: line -
INVALID_METHOD
parameter: line -
INVALID_STATUS_LINE
parameter: line -
INVALID_URI
parameter: line -
MISSING_BLANK_LINE
parameter: line -
MISSING_BOUNDARY_DELIMITER
parameter: line -
MISSING_CLOSE_DELIMITER
parameter: line -
MISSING_CONTENT_ID
parameter: line -
MISSING_CONTENT_TYPE
parameter: line -
MISSING_MANDATORY_HEADER
parameter: line -
FORBIDDEN_HEADER
parameter: line -
INVALID_BASE_URI
parameter: line
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
Description copied from interface:ODataLibraryException.MessageKey
Gets this key.- Specified by:
getKey
in interfaceODataLibraryException.MessageKey
-