Package 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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferenceFields inherited from class org.apache.olingo.odata2.api.edm.EdmException
ASSOCIATIONNOTFOUND, ENTITYTYPEPROBLEM, MUSTBENAVIGATIONPROPERTY, MUSTBEPROPERTY, NAMINGERROR, NAVIGATIONPROPERTYNOTFOUND, PROPERTYNOTFOUND, PROVIDERPROBLEM, TYPEPROBLEMFields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference -
Constructor Summary
ConstructorsConstructorDescriptionEdmSimpleTypeException(MessageReference messageReference) EdmSimpleTypeException(MessageReference messageReference, String errorCode) EdmSimpleTypeException(MessageReference messageReference, Throwable cause) EdmSimpleTypeException(MessageReference messageReference, Throwable cause, String errorCode) -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageReferencegetMessageReference(MessageReference messageReference) Methods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
createMessageReference, getErrorCode, getMessage, getMessageReferenceMethods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
COMMON
-
LITERAL_KIND_MISSING
-
LITERAL_KIND_NOT_SUPPORTED
-
LITERAL_NULL_NOT_ALLOWED
-
LITERAL_ILLEGAL_CONTENT
-
LITERAL_FACETS_NOT_MATCHED
-
LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE
-
VALUE_TYPE_NOT_SUPPORTED
-
VALUE_NULL_NOT_ALLOWED
-
VALUE_ILLEGAL_CONTENT
-
VALUE_FACETS_NOT_MATCHED
-
PROPERTY_VALUE_NULL_NOT_ALLOWED
-
PROPERTY_VALUE_FACETS_NOT_MATCHED
-
-
Constructor Details
-
EdmSimpleTypeException
-
EdmSimpleTypeException
-
EdmSimpleTypeException
-
EdmSimpleTypeException
-
-
Method Details
-
getMessageReference
-