Uses of Class
org.apache.olingo.odata2.api.processor.ODataErrorContext
-
Packages that use ODataErrorContext Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.processor Data Processor -
-
Uses of ODataErrorContext in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ODataErrorContext Modifier and Type Method Description ODataErrorContextEntityProvider.EntityProviderInterface. readErrorDocument(InputStream errorDocument, String contentType)Read (de-serialize) data from error document asInputStreamand provide accordingODataErrorContext.static ODataErrorContextEntityProvider. readErrorDocument(InputStream errorDocument, String contentType)Read (de-serialize) data from error document asInputStreamand provide accordingODataErrorContext.Methods in org.apache.olingo.odata2.api.ep with parameters of type ODataErrorContext Modifier and Type Method Description ODataResponseEntityProvider.EntityProviderInterface. writeErrorDocument(ODataErrorContext context)Serializes an error message according to the OData standard.static ODataResponseEntityProvider. writeErrorDocument(ODataErrorContext context)Serializes an error message according to the OData standard. -
Uses of ODataErrorContext in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataErrorContext Modifier and Type Method Description ODataResponseODataErrorCallback. handleError(ODataErrorContext context)This method can be used to handle an error differently than the exception mapper would.
-