Uses of Class
org.apache.olingo.server.api.ODataServerError
Packages that use ODataServerError
Package
Description
Olingo Server API
Olingo Processors
Olingo Server API - Serializer
-
Uses of ODataServerError in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataServerErrorModifier and TypeMethodDescriptionODataServerError.setAdditionalProperties(Map<String, Object> additionalProperties) Sets server defined key-value pairs.The value for the code name/value pair is a language-independent string.ODataServerError.setDetails(List<ODataErrorDetail> details) Sets error details.ODataServerError.setException(Exception exception) Sets the exception.ODataServerError.setInnerError(Map<String, String> innerError) Sets server defined key-value pairs for debug environment only.Sets the locale.ODataServerError.setMessage(String message) The value for the message name/value pair MUST be a human-readable, language-dependent representation of the error.ODataServerError.setStatusCode(int statusCode) Sets the status code.The value for the target name/value pair is the target of the particular error (for example, the name of the property in error). -
Uses of ODataServerError in org.apache.olingo.server.api.processor
Methods in org.apache.olingo.server.api.processor with parameters of type ODataServerErrorModifier and TypeMethodDescriptionvoidDefaultProcessor.processError(ODataRequest request, ODataResponse response, ODataServerError serverError, ContentType requestedContentType) voidErrorProcessor.processError(ODataRequest request, ODataResponse response, ODataServerError serverError, ContentType responseFormat) Processes an error/exception. -
Uses of ODataServerError in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type ODataServerErrorModifier and TypeMethodDescriptionODataSerializer.error(ODataServerError error) Writes an ODataError into an InputStream. -
Uses of ODataServerError in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core that return ODataServerErrorModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(Exception e) static ODataServerErrorODataExceptionHelper.createServerErrorObject(DeserializerException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(PreconditionException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(ODataApplicationException e) static ODataServerErrorODataExceptionHelper.createServerErrorObject(ODataLibraryException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(SerializerException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(AcceptHeaderContentNegotiatorException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(ContentNegotiatorException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(ODataHandlerException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(UriParserException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(UriParserSemanticException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(UriParserSyntaxException e, Locale requestedLocale) static ODataServerErrorODataExceptionHelper.createServerErrorObject(UriValidationException e, Locale requestedLocale) Methods in org.apache.olingo.server.core with parameters of type ODataServerErrorModifier and TypeMethodDescriptionvoidODataHandlerImpl.handleException(ODataRequest request, ODataResponse response, ODataServerError serverError, Exception exception) -
Uses of ODataServerError in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type ODataServerError -
Uses of ODataServerError in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type ODataServerError