public class EdmSimpleTypeException extends EdmException
| Modifier and Type | Field and Description |
|---|---|
static MessageReference |
COMMON |
static MessageReference |
LITERAL_FACETS_NOT_MATCHED |
static MessageReference |
LITERAL_ILLEGAL_CONTENT |
static MessageReference |
LITERAL_KIND_MISSING |
static MessageReference |
LITERAL_KIND_NOT_SUPPORTED |
static MessageReference |
LITERAL_NULL_NOT_ALLOWED |
static MessageReference |
LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE |
static MessageReference |
VALUE_FACETS_NOT_MATCHED |
static MessageReference |
VALUE_ILLEGAL_CONTENT |
static MessageReference |
VALUE_NULL_NOT_ALLOWED |
static MessageReference |
VALUE_TYPE_NOT_SUPPORTED |
MUSTBENAVIGATIONPROPERTY, MUSTBEPROPERTY, NAVIGATIONPROPERTYNOTFOUND, PROPERTYNOTFOUND, PROVIDERPROBLEMerrorCode, messageReference| Constructor and Description |
|---|
EdmSimpleTypeException(MessageReference messageReference) |
EdmSimpleTypeException(MessageReference messageReference,
String errorCode) |
EdmSimpleTypeException(MessageReference messageReference,
Throwable cause) |
EdmSimpleTypeException(MessageReference messageReference,
Throwable cause,
String errorCode) |
createMessageReference, getErrorCode, getMessage, getMessageReferencegetApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final MessageReference COMMON
public static final MessageReference LITERAL_KIND_MISSING
public static final MessageReference LITERAL_KIND_NOT_SUPPORTED
public static final MessageReference LITERAL_NULL_NOT_ALLOWED
public static final MessageReference LITERAL_ILLEGAL_CONTENT
public static final MessageReference LITERAL_FACETS_NOT_MATCHED
public static final MessageReference LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE
public static final MessageReference VALUE_TYPE_NOT_SUPPORTED
public static final MessageReference VALUE_NULL_NOT_ALLOWED
public static final MessageReference VALUE_ILLEGAL_CONTENT
public static final MessageReference VALUE_FACETS_NOT_MATCHED
public EdmSimpleTypeException(MessageReference messageReference)
public EdmSimpleTypeException(MessageReference messageReference, Throwable cause)
public EdmSimpleTypeException(MessageReference messageReference, String errorCode)
public EdmSimpleTypeException(MessageReference messageReference, Throwable cause, String errorCode)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.