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
public class EdmSimpleTypeException extends EdmException
@org.apache.olingo.odata2.DoNotImplement Exception for parsing errors withEdmSimpleTypes- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MessageReferenceCOMMONstatic MessageReferenceLITERAL_FACETS_NOT_MATCHEDstatic MessageReferenceLITERAL_ILLEGAL_CONTENTstatic MessageReferenceLITERAL_KIND_MISSINGstatic MessageReferenceLITERAL_KIND_NOT_SUPPORTEDstatic MessageReferenceLITERAL_NULL_NOT_ALLOWEDstatic MessageReferenceLITERAL_UNCONVERTIBLE_TO_VALUE_TYPEstatic MessageReferencePROPERTY_VALUE_FACETS_NOT_MATCHEDstatic MessageReferencePROPERTY_VALUE_NULL_NOT_ALLOWEDstatic MessageReferenceVALUE_FACETS_NOT_MATCHEDstatic MessageReferenceVALUE_ILLEGAL_CONTENTstatic MessageReferenceVALUE_NULL_NOT_ALLOWEDstatic MessageReferenceVALUE_TYPE_NOT_SUPPORTED-
Fields inherited from class org.apache.olingo.odata2.api.edm.EdmException
ASSOCIATIONNOTFOUND, ENTITYTYPEPROBLEM, MUSTBENAVIGATIONPROPERTY, MUSTBEPROPERTY, NAMINGERROR, NAVIGATIONPROPERTYNOTFOUND, PROPERTYNOTFOUND, PROVIDERPROBLEM, TYPEPROBLEM
-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference
-
-
Constructor Summary
Constructors Constructor Description EdmSimpleTypeException(MessageReference messageReference)EdmSimpleTypeException(MessageReference messageReference, String errorCode)EdmSimpleTypeException(MessageReference messageReference, Throwable cause)EdmSimpleTypeException(MessageReference messageReference, Throwable cause, String errorCode)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessageReferencegetMessageReference(MessageReference messageReference)-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
createMessageReference, getErrorCode, getMessage, getMessageReference
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
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
-
PROPERTY_VALUE_NULL_NOT_ALLOWED
public static final MessageReference PROPERTY_VALUE_NULL_NOT_ALLOWED
-
PROPERTY_VALUE_FACETS_NOT_MATCHED
public static final MessageReference PROPERTY_VALUE_FACETS_NOT_MATCHED
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getMessageReference
public static MessageReference getMessageReference(MessageReference messageReference)
-
-