org.apache.olingo.odata2.api.edm
Class EdmSimpleTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataMessageException
org.apache.olingo.odata2.api.edm.EdmException
org.apache.olingo.odata2.api.edm.EdmSimpleTypeException
- All Implemented Interfaces:
- Serializable
public class EdmSimpleTypeException
- extends EdmException
- See Also:
- Serialized Form
- Do not implement this interface or derive from class.
- Exception for parsing errors with
EdmSimpleType
s
COMMON
public static final MessageReference COMMON
LITERAL_KIND_MISSING
public static final MessageReference LITERAL_KIND_MISSING
LITERAL_KIND_NOT_SUPPORTED
public static final MessageReference LITERAL_KIND_NOT_SUPPORTED
LITERAL_NULL_NOT_ALLOWED
public static final MessageReference LITERAL_NULL_NOT_ALLOWED
LITERAL_ILLEGAL_CONTENT
public static final MessageReference LITERAL_ILLEGAL_CONTENT
LITERAL_FACETS_NOT_MATCHED
public static final MessageReference LITERAL_FACETS_NOT_MATCHED
LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE
public static final MessageReference LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE
VALUE_TYPE_NOT_SUPPORTED
public static final MessageReference VALUE_TYPE_NOT_SUPPORTED
VALUE_NULL_NOT_ALLOWED
public static final MessageReference VALUE_NULL_NOT_ALLOWED
VALUE_ILLEGAL_CONTENT
public static final MessageReference VALUE_ILLEGAL_CONTENT
VALUE_FACETS_NOT_MATCHED
public static final MessageReference VALUE_FACETS_NOT_MATCHED
EdmSimpleTypeException
public EdmSimpleTypeException(MessageReference messageReference)
EdmSimpleTypeException
public EdmSimpleTypeException(MessageReference messageReference,
Throwable cause)
EdmSimpleTypeException
public EdmSimpleTypeException(MessageReference messageReference,
String errorCode)
EdmSimpleTypeException
public EdmSimpleTypeException(MessageReference messageReference,
Throwable cause,
String errorCode)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.