Uses of Class
org.apache.olingo.server.core.ContentNegotiatorException
Packages that use ContentNegotiatorException
-
Uses of ContentNegotiatorException in org.apache.olingo.server.core
Subclasses of ContentNegotiatorException in org.apache.olingo.server.coreMethods in org.apache.olingo.server.core with parameters of type ContentNegotiatorExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(ContentNegotiatorException e, Locale requestedLocale) Methods in org.apache.olingo.server.core that throw ContentNegotiatorExceptionModifier and TypeMethodDescriptionstatic voidContentNegotiator.checkSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static ContentTypeContentNegotiator.doContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static booleanContentNegotiator.isSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType)