org.apache.olingo.odata2.api.edm
Class EdmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.olingo.odata2.api.exception.ODataException
              extended by org.apache.olingo.odata2.api.exception.ODataMessageException
                  extended by org.apache.olingo.odata2.api.edm.EdmException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EdmLiteralException, EdmSimpleTypeException

public class EdmException
extends ODataMessageException

See Also:
Serialized Form
Do not implement this interface or derive from class.
An exception for problems regarding the Entity Data Model.

Field Summary
static MessageReference COMMON
           
static MessageReference MUSTBENAVIGATIONPROPERTY
           
static MessageReference MUSTBEPROPERTY
           
static MessageReference NAVIGATIONPROPERTYNOTFOUND
           
static MessageReference PROPERTYNOTFOUND
           
static MessageReference PROVIDERPROBLEM
           
 
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference
 
Constructor Summary
EdmException(MessageReference messageReference)
           
EdmException(MessageReference messageReference, String errorCode)
           
EdmException(MessageReference messageReference, Throwable cause)
           
EdmException(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

COMMON

public static final MessageReference COMMON

PROVIDERPROBLEM

public static final MessageReference PROVIDERPROBLEM

PROPERTYNOTFOUND

public static final MessageReference PROPERTYNOTFOUND

NAVIGATIONPROPERTYNOTFOUND

public static final MessageReference NAVIGATIONPROPERTYNOTFOUND

MUSTBENAVIGATIONPROPERTY

public static final MessageReference MUSTBENAVIGATIONPROPERTY

MUSTBEPROPERTY

public static final MessageReference MUSTBEPROPERTY
Constructor Detail

EdmException

public EdmException(MessageReference messageReference)

EdmException

public EdmException(MessageReference messageReference,
                    Throwable cause)

EdmException

public EdmException(MessageReference messageReference,
                    String errorCode)

EdmException

public EdmException(MessageReference messageReference,
                    Throwable cause,
                    String errorCode)


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.