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

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
                      extended by org.apache.olingo.odata2.api.edm.EdmLiteralException
All Implemented Interfaces:
Serializable

public class EdmLiteralException
extends EdmException

See Also:
Serialized Form
Do not implement this interface or derive from class.
Exception for violation of the OData URI construction rules, resulting in a 400 Bad Request response

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

NOTEXT

public static final MessageReference NOTEXT

LITERALFORMAT

public static final MessageReference LITERALFORMAT

UNKNOWNLITERAL

public static final MessageReference UNKNOWNLITERAL
Constructor Detail

EdmLiteralException

public EdmLiteralException(MessageReference MessageReference)

EdmLiteralException

public EdmLiteralException(MessageReference messageReference,
                           Throwable cause)

EdmLiteralException

public EdmLiteralException(MessageReference MessageReference,
                           String errorCode)

EdmLiteralException

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


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