Uses of Class
org.apache.olingo.odata2.api.exception.ODataMessageException
-
Packages that use ODataMessageException Package Description org.apache.olingo.odata2.api.batch org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.exception Exception Classes used in the OData library as well as the implementing applicationorg.apache.olingo.odata2.api.rt Runtime Supportorg.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of ODataMessageException in org.apache.olingo.odata2.api.batch
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.batch Modifier and Type Class Description classBatchException -
Uses of ODataMessageException in org.apache.olingo.odata2.api.edm
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.edm Modifier and Type Class Description classEdmException@org.apache.olingo.odata2.DoNotImplement An exception for problems regarding the Entity Data Model.classEdmLiteralException@org.apache.olingo.odata2.DoNotImplement Exception for violation of the OData URI construction rules, resulting in a 400 Bad Request responseclassEdmSimpleTypeException@org.apache.olingo.odata2.DoNotImplement Exception for parsing errors withEdmSimpleTypes -
Uses of ODataMessageException in org.apache.olingo.odata2.api.ep
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.ep Modifier and Type Class Description classEntityProviderExceptionAnEntityProviderExceptionis 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.exception Modifier and Type Class Description classODataBadRequestExceptionExceptions of this class will result in a HTTP status 400 bad requestclassODataConflictExceptionExceptions of this class will result in a HTTP status 409 ConflictclassODataForbiddenExceptionExceptions of this class will result in a HTTP status 403 forbiddenclassODataHttpExceptionODataMessageExceptionwith a HTTP status code.classODataInternalServerErrorExceptionclassODataMethodNotAllowedExceptionExceptions of this class will result in a HTTP status 405 (method not allowed).classODataNotAcceptableExceptionExceptions of this class will result in a HTTP status 406 not acceptableclassODataNotFoundExceptionExceptions of this class will result in a HTTP status 404 not foundclassODataNotImplementedExceptionExceptions of this class will result in a HTTP status 501 (Not implemented).classODataPreconditionFailedExceptionExceptions of this class will result in a HTTP Status 412 Precondition Failed.classODataPreconditionRequiredExceptionExceptions of this class will result in a HTTP status 428 precondition requiredclassODataServiceUnavailableExceptionExceptions of this class will result in a HTTP status 503 service unavailableclassODataUnsupportedMediaTypeExceptionExceptions of this class will result in a HTTP status 415 unsupported media typeMethods in org.apache.olingo.odata2.api.exception that return ODataMessageException Modifier and Type Method Description ODataMessageExceptionODataException. 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 ODataMessageException Modifier and Type Method Description protected static 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 ODataMessageException Modifier and Type Method Description static 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.uri Modifier and Type Class Description classUriNotMatchingExceptionURI-parsing exception resulting in a 404 Not Found response.classUriSyntaxExceptionException 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 ODataMessageException Modifier and Type Method Description static 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.expression Modifier and Type Class Description classExceptionVisitExpressionException thrown while traversing/visiting a filter expression treeclassExpressionParserExceptionException thrown while parsing a filter or orderby expression
-