|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
public class EdmSimpleTypeException
| Field Summary | |
|---|---|
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
|
| Fields inherited from class org.apache.olingo.odata2.api.edm.EdmException |
|---|
MUSTBENAVIGATIONPROPERTY, MUSTBEPROPERTY, NAVIGATIONPROPERTYNOTFOUND, PROPERTYNOTFOUND, PROVIDERPROBLEM |
| Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException |
|---|
errorCode, messageReference |
| Constructor Summary | |
|---|---|
EdmSimpleTypeException(MessageReference messageReference)
|
|
EdmSimpleTypeException(MessageReference messageReference,
String errorCode)
|
|
EdmSimpleTypeException(MessageReference messageReference,
Throwable cause)
|
|
EdmSimpleTypeException(MessageReference messageReference,
Throwable cause,
String errorCode)
|
|
| Method Summary |
|---|
| 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 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public EdmSimpleTypeException(MessageReference messageReference)
public EdmSimpleTypeException(MessageReference messageReference,
Throwable cause)
public EdmSimpleTypeException(MessageReference messageReference,
String errorCode)
public EdmSimpleTypeException(MessageReference messageReference,
Throwable cause,
String errorCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||