Uses of Class
org.apache.olingo.odata2.api.exception.ODataMessageException
Packages that use ODataMessageException
Package
Description
Entity Data Model API
Entity Provider
Exception Classes used in the OData library as well as the implementing application
Runtime Support
URI Parser Facade
Expression Parser
-
Uses of ODataMessageException in org.apache.olingo.odata2.api.batch
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.batch -
Uses of ODataMessageException in org.apache.olingo.odata2.api.edm
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.edmModifier and TypeClassDescriptionclassclassclass -
Uses of ODataMessageException in org.apache.olingo.odata2.api.ep
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.epModifier and TypeClassDescriptionclassAnEntityProviderExceptionis the base exception for allEntityProviderrelated exceptions. -
Uses of ODataMessageException in org.apache.olingo.odata2.api.exception
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.exceptionModifier and TypeClassDescriptionclassExceptions of this class will result in a HTTP status 400 bad requestclassExceptions of this class will result in a HTTP status 409 ConflictclassExceptions of this class will result in a HTTP status 403 forbiddenclassODataMessageExceptionwith a HTTP status code.classclassExceptions of this class will result in a HTTP status 405 (method not allowed).classExceptions of this class will result in a HTTP status 406 not acceptableclassExceptions of this class will result in a HTTP status 404 not foundclassExceptions of this class will result in a HTTP status 501 (Not implemented).classExceptions of this class will result in a HTTP Status 412 Precondition Failed.classExceptions of this class will result in a HTTP status 428 precondition requiredclassExceptions of this class will result in a HTTP status 503 service unavailableclassExceptions of this class will result in a HTTP status 415 unsupported media typeMethods in org.apache.olingo.odata2.api.exception that return ODataMessageExceptionModifier and TypeMethodDescriptionODataException.getMessageExceptionCause()Search for and return first (from top)ODataMessageExceptionin the cause hierarchy.Method parameters in org.apache.olingo.odata2.api.exception with type arguments of type ODataMessageExceptionModifier and TypeMethodDescriptionprotected static final MessageReferenceODataMessageException.createMessageReference(Class<? extends ODataMessageException> clazz, String messageReferenceKey) CreatesMessageReferenceobjects more conveniently. -
Uses of ODataMessageException in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt with parameters of type ODataMessageExceptionModifier and TypeMethodDescriptionstatic StringRuntimeDelegate.extractExceptionMessage(ODataMessageException exception) Extract message ofODataMessageExceptionand return it as a string.abstract StringRuntimeDelegate.RuntimeDelegateInstance.extractExceptionMessage(ODataMessageException exception) Extract message ofODataMessageExceptionand return it as a string. -
Uses of ODataMessageException in org.apache.olingo.odata2.api.uri
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.uriModifier and TypeClassDescriptionclassURI-parsing exception resulting in a 404 Not Found response.classException for violation of the OData URI construction rules, resulting in a 400 Bad Request response.Methods in org.apache.olingo.odata2.api.uri that throw ODataMessageExceptionModifier and TypeMethodDescriptionstatic FilterExpressionUriParser.parseFilter(Edm edm, EdmEntityType edmType, String expression) Parses a $filter expression string and create an expression tree.abstract FilterExpressionUriParser.parseFilterString(EdmEntityType edmType, String expression) Parses a $filter expression string and create an expression tree.static OrderByExpressionUriParser.parseOrderBy(Edm edm, EdmEntityType edmType, String expression) Parses a $orderby expression string and creates an expression tree.abstract OrderByExpressionUriParser.parseOrderByString(EdmEntityType edmType, String expression) Parses a $orderby expression string and creates an expression tree. -
Uses of ODataMessageException in org.apache.olingo.odata2.api.uri.expression
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.uri.expressionModifier and TypeClassDescriptionclassException thrown while traversing/visiting a filter expression treeclassException thrown while parsing a filter or orderby expression -
Uses of ODataMessageException in org.apache.olingo.odata2.core.ep
Subclasses of ODataMessageException in org.apache.olingo.odata2.core.ep -
Uses of ODataMessageException in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt with parameters of type ODataMessageExceptionModifier and TypeMethodDescriptionRuntimeDelegateImpl.extractExceptionMessage(ODataMessageException exception) -
Uses of ODataMessageException in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that throw ODataMessageExceptionModifier and TypeMethodDescriptionUriParserImpl.parseFilterString(EdmEntityType entityType, String expression) UriParserImpl.parseOrderByString(EdmEntityType entityType, String expression) -
Uses of ODataMessageException in org.apache.olingo.odata2.core.uri.expression
Subclasses of ODataMessageException in org.apache.olingo.odata2.core.uri.expressionModifier and TypeClassDescriptionclassInternal error in the expression parser.classThis class is used to create exceptions of type FilterParserException.classThis exception is thrown if there is an error during tokenizing.
This exception in not in the public API, but may be added as cause for theExpressionParserExceptionexception.classThis exception is thrown if a token should be read from the top of theTokenListwhich does not match an expected token.Methods in org.apache.olingo.odata2.core.uri.expression that throw ODataMessageExceptionModifier and TypeMethodDescriptionFilterParser.parseFilterString(String expression) Parses a $filter expression string and creates an $orderby expression tree.OrderByParser.parseOrderByString(String orderByExpression) Parses a $orderby expression string and creates an $orderby expression tree