Uses of Class
org.apache.olingo.odata2.api.exception.MessageReference

Packages that use MessageReference
org.apache.olingo.odata2.api.batch   
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.ep Entity Provider 
org.apache.olingo.odata2.api.exception Exception Classes used in the OData library as well as the implementing application 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.api.uri.expression Expression Parser 
org.apache.olingo.odata2.jpa.processor.api.exception OData JPA Processor API Library - Exceptions 
 

Uses of MessageReference in org.apache.olingo.odata2.api.batch
 

Fields in org.apache.olingo.odata2.api.batch declared as MessageReference
static MessageReference BatchException.INVALID_ACCEPT_HEADER
          INVALID_ACCEPT_HEADER requires 1 content value ('header')
static MessageReference BatchException.INVALID_ACCEPT_LANGUAGE_HEADER
          INVALID_ACCEPT_LANGUAGE_HEADER requires 1 content value ('header')
static MessageReference BatchException.INVALID_BOUNDARY
          INVALID_BOUNDARY requires 1 content value('line number')
static MessageReference BatchException.INVALID_BOUNDARY_DELIMITER
          INVALID_BOUNDARY_DELIMITER requires 1 content value ('line number')
static MessageReference BatchException.INVALID_CHANGESET_BOUNDARY
          INVALID_CHANGESET_BOUNDARY requires 1 content value ('line number')
static MessageReference BatchException.INVALID_CHANGESET_METHOD
          INVALID_CHANGESET_METHOD requires 1 content value ('line number')
static MessageReference BatchException.INVALID_CONTENT_TRANSFER_ENCODING
          INVALID_CONTENT_TRANSFER_ENCODING requires 1 content value
static MessageReference BatchException.INVALID_CONTENT_TYPE
          INVALID_CONTENT_TYPE requires 1 content value ('required content-type')
static MessageReference BatchException.INVALID_HEADER
          INVALID_HEADER requires 1 content value ('header', 'line number')
static MessageReference BatchException.INVALID_PATHINFO
          INVALID_PATHINFO requires no content value
static MessageReference BatchException.INVALID_QUERY_OPERATION_METHOD
          INVALID_QUERY_OPERATION_METHOD requires 1 content value ('line number')
static MessageReference BatchException.INVALID_QUERY_PARAMETER
          INVALID_QUERY_PARAMETER requires no content value
static MessageReference BatchException.INVALID_REQUEST_LINE
          INVALID_REQUEST_LINE requires 2 content value ('request line', 'line number')
static MessageReference BatchException.INVALID_STATUS_LINE
          INVALID_STATUS_LINE requires 2 content value ('status line', 'line number')
static MessageReference BatchException.INVALID_URI
          INVALID_URI requires 1 content value('line number')
static MessageReference BatchException.MISSING_BLANK_LINE
          MISSING_BLANK_LINE requires 2 content value ('supplied line','line number')
static MessageReference BatchException.MISSING_BOUNDARY_DELIMITER
          MISSING_BOUNDARY_DELIMITER requires 1 content value('line number')
static MessageReference BatchException.MISSING_CLOSE_DELIMITER
          MISSING_CLOSE_DELIMITER requires 1 content value ('line number')
static MessageReference BatchException.MISSING_CONTENT_TYPE
          MISSING_CONTENT_TYPE requires no content value
static MessageReference BatchException.MISSING_MANDATORY_HEADER
          MISSONG MANDATORY HEADER requires 1 content value ('header name')
static MessageReference BatchException.MISSING_METHOD
          MISSING_METHOD requires 1 content value ('request line')
static MessageReference BatchException.MISSING_PARAMETER_IN_CONTENT_TYPE
          MISSING_PARAMETER_IN_CONTENT_TYPE requires no content value
static MessageReference BatchException.NO_MATCH_WITH_BOUNDARY_STRING
          NO_MATCH_WITH_BOUNDARY_STRING requires 2 content value ('required boundary', 'line number')
static MessageReference BatchException.TRUNCATED_BODY
          TRUNCETED_BODY requires 1 content value ('line number')
static MessageReference BatchException.UNSUPPORTED_ABSOLUTE_PATH
          UNSUPPORTED_ABSOLUTE_PATH requires 1 content value ('line number')
 

Constructors in org.apache.olingo.odata2.api.batch with parameters of type MessageReference
BatchException(MessageReference messageReference)
           
BatchException(MessageReference messageReference, String errorCode)
           
BatchException(MessageReference messageReference, Throwable cause)
           
BatchException(MessageReference messageReference, Throwable cause, String errorCode)
           
 

Uses of MessageReference in org.apache.olingo.odata2.api.edm
 

Fields in org.apache.olingo.odata2.api.edm declared as MessageReference
static MessageReference EdmSimpleTypeException.COMMON
           
static MessageReference EdmException.COMMON
           
static MessageReference EdmSimpleTypeException.LITERAL_FACETS_NOT_MATCHED
           
static MessageReference EdmSimpleTypeException.LITERAL_ILLEGAL_CONTENT
           
static MessageReference EdmSimpleTypeException.LITERAL_KIND_MISSING
           
static MessageReference EdmSimpleTypeException.LITERAL_KIND_NOT_SUPPORTED
           
static MessageReference EdmSimpleTypeException.LITERAL_NULL_NOT_ALLOWED
           
static MessageReference EdmSimpleTypeException.LITERAL_UNCONVERTIBLE_TO_VALUE_TYPE
           
static MessageReference EdmLiteralException.LITERALFORMAT
           
static MessageReference EdmException.MUSTBENAVIGATIONPROPERTY
           
static MessageReference EdmException.MUSTBEPROPERTY
           
static MessageReference EdmException.NAVIGATIONPROPERTYNOTFOUND
           
static MessageReference EdmLiteralException.NOTEXT
           
static MessageReference EdmException.PROPERTYNOTFOUND
           
static MessageReference EdmException.PROVIDERPROBLEM
           
static MessageReference EdmLiteralException.UNKNOWNLITERAL
           
static MessageReference EdmSimpleTypeException.VALUE_FACETS_NOT_MATCHED
           
static MessageReference EdmSimpleTypeException.VALUE_ILLEGAL_CONTENT
           
static MessageReference EdmSimpleTypeException.VALUE_NULL_NOT_ALLOWED
           
static MessageReference EdmSimpleTypeException.VALUE_TYPE_NOT_SUPPORTED
           
 

Constructors in org.apache.olingo.odata2.api.edm with parameters of type MessageReference
EdmException(MessageReference messageReference)
           
EdmException(MessageReference messageReference, String errorCode)
           
EdmException(MessageReference messageReference, Throwable cause)
           
EdmException(MessageReference messageReference, Throwable cause, String errorCode)
           
EdmLiteralException(MessageReference MessageReference)
           
EdmLiteralException(MessageReference MessageReference, String errorCode)
           
EdmLiteralException(MessageReference messageReference, Throwable cause)
           
EdmLiteralException(MessageReference messageReference, Throwable cause, String errorCode)
           
EdmSimpleTypeException(MessageReference messageReference)
           
EdmSimpleTypeException(MessageReference messageReference, String errorCode)
           
EdmSimpleTypeException(MessageReference messageReference, Throwable cause)
           
EdmSimpleTypeException(MessageReference messageReference, Throwable cause, String errorCode)
           
 

Uses of MessageReference in org.apache.olingo.odata2.api.ep
 

Fields in org.apache.olingo.odata2.api.ep declared as MessageReference
static MessageReference EntityProviderException.COMMON
          INVALID_STATE requires no content value
static MessageReference EntityProviderException.DOUBLE_PROPERTY
          DOUBLE_PROPERTY requires 1 content value ('double tag/property')
static MessageReference EntityProviderException.END_DOCUMENT_EXPECTED
          END_DOCUMENT_EXPECTED requires 1 content value ('actual token')
static MessageReference EntityProviderException.EXCEPTION_OCCURRED
          EXCEPTION_OCCURRED requires 1 content value ('exception name')
static MessageReference EntityProviderException.EXPANDNOTSUPPORTED
           
static MessageReference EntityProviderException.ILLEGAL_ARGUMENT
          ILLEGAL_ARGUMENT requires 1 content value ('message')
static MessageReference EntityProviderException.INLINECOUNT_INVALID
           
static MessageReference EntityProviderException.INVALID_COMPLEX_TYPE
          INVALID_COMPLEX_TYPE requires 2 content values ('supplied complex type' and 'content complex type')
static MessageReference EntityProviderException.INVALID_CONTENT
          INVALID_CONTENT requires 2 content values ('invalid tag' and 'parent tag')
static MessageReference EntityProviderException.INVALID_DELETED_ENTRY_METADATA
           
static MessageReference EntityProviderException.INVALID_ENTITYTYPE
          INVALID_ENTITYTYPE requires 2 content values ('supplied entity type' and 'content entity type')
static MessageReference EntityProviderException.INVALID_INLINE_CONTENT
          INVALID_INLINE_CONTENT requires 1 content value ('invalid inline message')
static MessageReference EntityProviderException.INVALID_MAPPING
          INVALIDMAPPING requires 1 content value ('propertyName')
static MessageReference EntityProviderException.INVALID_NAMESPACE
          INVALID_NAMESPACE requires 1 content value ('invalid tag/namespace')
static MessageReference EntityProviderException.INVALID_PARENT_TAG
          INVALID_PARENT_TAG requires 2 content values ('expected parent tag' and 'found parent tag')
static MessageReference EntityProviderException.INVALID_PROPERTY
          INVALID_PROPERTY requires 1 content value ('invalid property name')
static MessageReference EntityProviderException.INVALID_PROPERTY_VALUE
          INVALID_PROPERTY_VALUE requires 1 content value ('invalid value')
static MessageReference EntityProviderException.INVALID_STATE
          INVALID_STATE requires 1 content value ('message')
static MessageReference EntityProviderException.MEDIA_DATA_NOT_INITIAL
          MEDIA_DATA_NOT_INITIAL requires no content value
static MessageReference EntityProviderException.MISSING_ATTRIBUTE
          INVALID_PARENT_TAG requires 2 content values ('missing attribute name' and 'tag name')
static MessageReference EntityProviderException.MISSING_PROPERTY
          MISSING_PROPERTY requires 1 content value ('invalid value')
static MessageReference EntityProviderException.MISSING_RESULTS_ARRAY
          MISSING_RESULTS_ARRAY requires no content value
static MessageReference EntityProviderException.MISSING_TAG
          MISSING_TAG requires 1 content values ('tag name')
static MessageReference EntityProviderException.NOT_SET_CHARACTER_ENCODING
          NOT_SET_CHARACTER_ENCODING requires no content value
static MessageReference EntityProviderException.UNSUPPORTED_CHARACTER_ENCODING
          UNSUPPORTED_CHARACTER_ENCODING requires 1 content value ('found but unsupported character encoding')
static MessageReference EntityProviderException.UNSUPPORTED_PROPERTY_TYPE
          UNSUPPORTED_PROPERTY_TYPE requires 1 content values ('property type')
 

Constructors in org.apache.olingo.odata2.api.ep with parameters of type MessageReference
EntityProviderException(MessageReference messageReference)
           
EntityProviderException(MessageReference messageReference, String errorCode)
           
EntityProviderException(MessageReference messageReference, Throwable cause)
           
EntityProviderException(MessageReference messageReference, Throwable cause, String errorCode)
           
 

Uses of MessageReference in org.apache.olingo.odata2.api.exception
 

Fields in org.apache.olingo.odata2.api.exception declared as MessageReference
static MessageReference ODataBadRequestException.AMBIGUOUS_XMETHOD
           
static MessageReference ODataBadRequestException.BODY
           
static MessageReference ODataServiceUnavailableException.COMMON
           
static MessageReference ODataPreconditionRequiredException.COMMON
           
static MessageReference ODataPreconditionFailedException.COMMON
           
static MessageReference ODataNotImplementedException.COMMON
           
static MessageReference ODataNotAcceptableException.COMMON
           
static MessageReference ODataMessageException.COMMON
          Reference to common message for a ODataMessageException
static MessageReference ODataHttpException.COMMON
           
static MessageReference ODataForbiddenException.COMMON
           
static MessageReference ODataConflictException.COMMON
           
static MessageReference ODataBadRequestException.COMMON
           
static MessageReference ODataMethodNotAllowedException.DISPATCH
           
static MessageReference ODataNotFoundException.ENTITY
           
static MessageReference ODataBadRequestException.INVALID_HEADER
          INVALID_HEADER requires 2 content values ('header key' and 'header value')
static MessageReference ODataBadRequestException.INVALID_SYNTAX
          INVALID_SYNTAX requires NO content values
static MessageReference ODataNotFoundException.MATRIX
           
protected  MessageReference ODataMessageException.messageReference
          Message reference for exception which is used for internationalization
static MessageReference ODataInternalServerErrorException.NOSERVICE
           
static MessageReference ODataUnsupportedMediaTypeException.NOT_SUPPORTED
          NOT_SUPPORTED requires 1 content value ('media type')
static MessageReference ODataUnsupportedMediaTypeException.NOT_SUPPORTED_ACCEPT_HEADER
          NOT_SUPPORTED_ACCEPT_HEADER requires 1 content value ('media type')
static MessageReference ODataNotAcceptableException.NOT_SUPPORTED_ACCEPT_HEADER
           
static MessageReference ODataUnsupportedMediaTypeException.NOT_SUPPORTED_CONTENT_TYPE
          NOT_SUPPORTED_CONTENT_TYPE requires 1 content value ('media type')
static MessageReference ODataNotAcceptableException.NOT_SUPPORTED_CONTENT_TYPE
           
static MessageReference ODataBadRequestException.NOTSUPPORTED
           
static MessageReference ODataBadRequestException.PARSEVERSIONERROR
           
static MessageReference ODataNotImplementedException.TUNNELING
           
static MessageReference ODataBadRequestException.URLTOOSHORT
           
static MessageReference ODataBadRequestException.VERSIONERROR
           
 

Methods in org.apache.olingo.odata2.api.exception that return MessageReference
 MessageReference MessageReference.addContent(Object... content)
          Adds given content to message reference.
 MessageReference MessageReference.create()
           
static MessageReference MessageReference.create(Class<? extends ODataException> clazz, String key)
          Creates a MessageReference for given class and key.
protected static MessageReference ODataMessageException.createMessageReference(Class<? extends ODataMessageException> clazz, String messageReferenceKey)
          Creates MessageReference objects more conveniently.
 MessageReference ODataMessageException.getMessageReference()
          Gets the related MessageReference.
 

Constructors in org.apache.olingo.odata2.api.exception with parameters of type MessageReference
ODataBadRequestException(MessageReference messageReference)
           
ODataBadRequestException(MessageReference messageReference, String errorCode)
           
ODataBadRequestException(MessageReference messageReference, Throwable cause)
           
ODataBadRequestException(MessageReference messageReference, Throwable cause, String errorCode)
           
ODataConflictException(MessageReference context)
           
ODataConflictException(MessageReference context, String errorCode)
           
ODataConflictException(MessageReference context, Throwable cause)
           
ODataConflictException(MessageReference context, Throwable cause, String errorCode)
           
ODataForbiddenException(MessageReference context)
           
ODataForbiddenException(MessageReference context, String errorCode)
           
ODataForbiddenException(MessageReference context, Throwable cause)
           
ODataForbiddenException(MessageReference context, Throwable cause, String errorCode)
           
ODataHttpException(MessageReference messageReference, HttpStatusCodes httpStatus)
           
ODataHttpException(MessageReference messageReference, HttpStatusCodes httpStatus, String errorCode)
           
ODataHttpException(MessageReference messageReference, Throwable cause, HttpStatusCodes httpStatus)
           
ODataHttpException(MessageReference messageReference, Throwable cause, HttpStatusCodes httpStatus, String errorCode)
           
ODataInternalServerErrorException(MessageReference messageReference)
           
ODataInternalServerErrorException(MessageReference messageReference, String errorCode)
           
ODataInternalServerErrorException(MessageReference messageReference, Throwable cause)
           
ODataInternalServerErrorException(MessageReference messageReference, Throwable cause, String errorCode)
           
ODataMessageException(MessageReference messageReference)
          Creates ODataMessageException with given MessageReference.
ODataMessageException(MessageReference messageReference, String errorCode)
          Creates ODataMessageException with given MessageReference and error code.
ODataMessageException(MessageReference messageReference, Throwable cause)
          Creates ODataMessageException with given MessageReference and cause Throwable which caused this exception.
ODataMessageException(MessageReference messageReference, Throwable cause, String errorCode)
          Creates ODataMessageException with given MessageReference, cause Throwable and error code.
ODataMethodNotAllowedException(MessageReference messageReference)
           
ODataMethodNotAllowedException(MessageReference messageReference, String errorCode)
           
ODataMethodNotAllowedException(MessageReference messageReference, Throwable cause)
           
ODataMethodNotAllowedException(MessageReference messageReference, Throwable cause, String errorCode)
           
ODataNotAcceptableException(MessageReference context)
           
ODataNotAcceptableException(MessageReference context, String errorCode)
           
ODataNotAcceptableException(MessageReference context, Throwable cause)
           
ODataNotAcceptableException(MessageReference context, Throwable cause, String errorCode)
           
ODataNotFoundException(MessageReference messageReference)
           
ODataNotFoundException(MessageReference messageReference, String errorCode)
           
ODataNotFoundException(MessageReference messageReference, Throwable cause)
           
ODataNotFoundException(MessageReference messageReference, Throwable cause, String errorCode)
           
ODataNotImplementedException(MessageReference context)
           
ODataNotImplementedException(MessageReference context, String errorCode)
           
ODataPreconditionFailedException(MessageReference context)
           
ODataPreconditionFailedException(MessageReference context, String errorCode)
           
ODataPreconditionFailedException(MessageReference context, Throwable cause)
           
ODataPreconditionFailedException(MessageReference context, Throwable cause, String errorCode)
           
ODataPreconditionRequiredException(MessageReference context)
           
ODataPreconditionRequiredException(MessageReference context, String errorCode)
           
ODataPreconditionRequiredException(MessageReference context, Throwable cause)
           
ODataPreconditionRequiredException(MessageReference context, Throwable cause, String errorCode)
           
ODataServiceUnavailableException(MessageReference context)
           
ODataServiceUnavailableException(MessageReference context, String errorCode)
           
ODataServiceUnavailableException(MessageReference context, Throwable cause)
           
ODataServiceUnavailableException(MessageReference context, Throwable cause, String errorCode)
           
ODataUnsupportedMediaTypeException(MessageReference context)
           
ODataUnsupportedMediaTypeException(MessageReference context, String errorCode)
           
ODataUnsupportedMediaTypeException(MessageReference context, Throwable cause)
           
ODataUnsupportedMediaTypeException(MessageReference context, Throwable cause, String errorCode)
           
 

Uses of MessageReference in org.apache.olingo.odata2.api.uri
 

Fields in org.apache.olingo.odata2.api.uri declared as MessageReference
static MessageReference UriNotMatchingException.CONTAINERNOTFOUND
           
static MessageReference UriSyntaxException.DUPLICATEKEYNAMES
           
static MessageReference UriSyntaxException.DUPLICATESYSTEMQUERYPARAMETES
           
static MessageReference UriSyntaxException.EMPTYSEGMENT
           
static MessageReference UriNotMatchingException.ENTITYNOTFOUND
           
static MessageReference UriSyntaxException.ENTITYSETINSTEADOFENTITY
           
static MessageReference UriSyntaxException.INCOMPATIBLELITERAL
           
static MessageReference UriSyntaxException.INCOMPATIBLESYSTEMQUERYOPTION
           
static MessageReference UriSyntaxException.INVALIDFILTEREXPRESSION
           
static MessageReference UriSyntaxException.INVALIDKEYPREDICATE
           
static MessageReference UriSyntaxException.INVALIDNEGATIVEVALUE
           
static MessageReference UriSyntaxException.INVALIDNULLVALUE
           
static MessageReference UriSyntaxException.INVALIDORDERBYEXPRESSION
           
static MessageReference UriSyntaxException.INVALIDPROPERTYTYPE
           
static MessageReference UriSyntaxException.INVALIDRETURNTYPE
           
static MessageReference UriSyntaxException.INVALIDSEGMENT
           
static MessageReference UriSyntaxException.INVALIDSYSTEMQUERYOPTION
           
static MessageReference UriSyntaxException.INVALIDVALUE
           
static MessageReference UriSyntaxException.LITERALFORMAT
           
static MessageReference UriNotMatchingException.MATCHPROBLEM
           
static MessageReference UriSyntaxException.MISSINGKEYPREDICATENAME
           
static MessageReference UriSyntaxException.MISSINGPARAMETER
           
static MessageReference UriSyntaxException.MUSTBELASTSEGMENT
           
static MessageReference UriSyntaxException.MUSTNOTBELASTSEGMENT
           
static MessageReference UriSyntaxException.NOMEDIARESOURCE
           
static MessageReference UriSyntaxException.NONAVIGATIONPROPERTY
           
static MessageReference UriSyntaxException.NOTEXT
           
static MessageReference UriNotMatchingException.NOTFOUND
           
static MessageReference UriNotMatchingException.PROPERTYNOTFOUND
           
static MessageReference UriSyntaxException.UNKNOWNLITERAL
           
static MessageReference UriSyntaxException.URISYNTAX
           
 

Constructors in org.apache.olingo.odata2.api.uri with parameters of type MessageReference
UriNotMatchingException(MessageReference messageReference)
           
UriNotMatchingException(MessageReference messageReference, String errorCode)
           
UriNotMatchingException(MessageReference messageReference, Throwable cause)
           
UriNotMatchingException(MessageReference messageReference, Throwable cause, String errorCode)
           
UriSyntaxException(MessageReference MessageReference)
           
UriSyntaxException(MessageReference MessageReference, String errorCode)
           
UriSyntaxException(MessageReference messageReference, Throwable cause)
           
UriSyntaxException(MessageReference messageReference, Throwable cause, String errorCode)
           
 

Uses of MessageReference in org.apache.olingo.odata2.api.uri.expression
 

Fields in org.apache.olingo.odata2.api.uri.expression declared as MessageReference
static MessageReference ExpressionParserException.COMMA_OR_CLOSING_PHARENTHESIS_EXPECTED_AFTER_POS
           
static MessageReference ExpressionParserException.COMMA_OR_END_EXPECTED_AT_POS
           
static MessageReference ExceptionVisitExpression.COMMON
           
static MessageReference ExpressionParserException.COMMON_ERROR
           
static MessageReference ExpressionParserException.ERROR_IN_TOKENIZER
           
static MessageReference ExpressionParserException.EXPRESSION_EXPECTED_AFTER_POS
           
static MessageReference ExpressionParserException.EXPRESSION_EXPECTED_AT_POS
           
static MessageReference ExpressionParserException.INVALID_METHOD_CALL
           
static MessageReference ExpressionParserException.INVALID_SORT_ORDER
           
static MessageReference ExpressionParserException.INVALID_TRAILING_TOKEN_DETECTED_AFTER_PARSING
           
static MessageReference ExpressionParserException.INVALID_TYPES_FOR_BINARY_OPERATOR
           
static MessageReference ExpressionParserException.LEFT_SIDE_NOT_A_PROPERTY
           
static MessageReference ExpressionParserException.LEFT_SIDE_NOT_STRUCTURAL_TYPE
           
static MessageReference ExpressionParserException.METHOD_WRONG_ARG_BETWEEN
           
static MessageReference ExpressionParserException.METHOD_WRONG_ARG_EXACT
           
static MessageReference ExpressionParserException.METHOD_WRONG_ARG_X_OR_LESS
           
static MessageReference ExpressionParserException.METHOD_WRONG_ARG_X_OR_MORE
           
static MessageReference ExpressionParserException.METHOD_WRONG_INPUT_TYPE
           
static MessageReference ExpressionParserException.MISSING_CLOSING_PHARENTHESIS
           
static MessageReference ExpressionParserException.PROPERTY_NAME_NOT_FOUND_IN_TYPE
           
static MessageReference ExpressionParserException.TOKEN_UNDETERMINATED_STRING
           
static MessageReference ExpressionParserException.TYPE_EXPECTED_AT
           
 

Constructors in org.apache.olingo.odata2.api.uri.expression with parameters of type MessageReference
ExceptionVisitExpression(MessageReference messageReference)
          Create ExceptionVisitExpression with given MessageReference.
ExceptionVisitExpression(MessageReference message, Throwable cause)
          Create ExceptionVisitExpression with given MessageReference and cause Throwable which caused this ExceptionVisitExpression.
ExpressionParserException(MessageReference messageReference)
          Create ExpressionParserException with given MessageReference.
ExpressionParserException(MessageReference messageReference, Throwable cause)
          Create ExpressionParserException with given MessageReference and cause Throwable which caused this ExpressionParserException.
 

Uses of MessageReference in org.apache.olingo.odata2.jpa.processor.api.exception
 

Fields in org.apache.olingo.odata2.jpa.processor.api.exception declared as MessageReference
static MessageReference ODataJPAModelException.BUILDER_NULL
           
static MessageReference ODataJPARuntimeException.ENTITY_MANAGER_NOT_INITIALIZED
           
static MessageReference ODataJPARuntimeException.ERROR_JPA_BLOB_NULL
           
static MessageReference ODataJPARuntimeException.ERROR_JPA_CLOB_NULL
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_CREATE_REQUEST
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_DELETE_REQUEST
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_INTEGRITY_CONSTRAINT
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_KEY_VALUE
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_PARAM_VALUE
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_QUERY_CREATE
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_UNIQUE_CONSTRAINT
           
static MessageReference ODataJPARuntimeException.ERROR_JPQL_UPDATE_REQUEST
           
static MessageReference ODataJPARuntimeException.ERROR_JPQLCTXBLDR_CREATE
           
static MessageReference ODataJPARuntimeException.ERROR_ODATA_FILTER_CONDITION
           
static MessageReference ODataJPAModelException.FUNC_ENTITYSET_EXP
           
static MessageReference ODataJPAModelException.FUNC_PARAM_NAME_EXP
           
static MessageReference ODataJPAModelException.FUNC_RETURN_TYPE_ENTITY_NOT_FOUND
           
static MessageReference ODataJPAModelException.FUNC_RETURN_TYPE_EXP
           
static MessageReference ODataJPARuntimeException.GENERAL
           
static MessageReference ODataJPAModelException.GENERAL
           
static MessageReference ODataJPARuntimeException.INNER_EXCEPTION
           
static MessageReference ODataJPAModelException.INNER_EXCEPTION
           
static MessageReference ODataJPAModelException.INVALID_ASSOCIATION
           
static MessageReference ODataJPAModelException.INVALID_ASSOCIATION_SET
           
static MessageReference ODataJPAModelException.INVALID_COMPLEX_TYPE
           
static MessageReference ODataJPAModelException.INVALID_ENTITY_TYPE
           
static MessageReference ODataJPAModelException.INVALID_ENTITYCONTAINER
           
static MessageReference ODataJPAModelException.INVALID_ENTITYSET
           
static MessageReference ODataJPAModelException.INVALID_FUNC_IMPORT
           
static MessageReference ODataJPARuntimeException.JOIN_CLAUSE_EXPECTED
           
protected  MessageReference ODataJPAException.messageReference
           
static MessageReference ODataJPARuntimeException.OPERATOR_EQ_NE_MISSING
           
static MessageReference ODataJPAModelException.REF_ATTRIBUTE_NOT_FOUND
           
static MessageReference ODataJPARuntimeException.RELATIONSHIP_INVALID
           
static MessageReference ODataJPARuntimeException.RESOURCE_NOT_FOUND
           
static MessageReference ODataJPARuntimeException.RESOURCE_X_NOT_FOUND
           
static MessageReference ODataJPAModelException.TYPE_NOT_SUPPORTED
           
 

Methods in org.apache.olingo.odata2.jpa.processor.api.exception that return MessageReference
protected static MessageReference ODataJPAException.createMessageReference(Class<? extends ODataJPAException> clazz, String messageReferenceKey)
          The method creates a Reference to Message Object MessageReference .
 MessageReference ODataJPAException.getMessageReference()
           
 

Methods in org.apache.olingo.odata2.jpa.processor.api.exception with parameters of type MessageReference
 String ODataJPAMessageService.getLocalizedMessage(MessageReference context, Throwable exception)
          The method returns a language dependent message texts for the given MessageReference.
static ODataJPARuntimeException ODataJPARuntimeException.throwException(MessageReference messageReference, Throwable e)
          The method creates an exception object of type ODataJPARuntimeException with localized error texts.
static ODataJPAModelException ODataJPAModelException.throwException(MessageReference messageReference, Throwable e)
          The method creates an exception object of type ODataJPAModelException with localized error texts.
 

Constructors in org.apache.olingo.odata2.jpa.processor.api.exception with parameters of type MessageReference
ODataJPAException(String localizedMessage, Throwable e, MessageReference msgRef)
           
 



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