|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataErrorContext | |
---|---|
org.apache.olingo.odata2.api.ep | Entity Provider |
org.apache.olingo.odata2.api.processor | Data Processor |
org.apache.olingo.odata2.jpa.processor.api.exception | OData JPA Processor API Library - Exceptions |
org.apache.olingo.odata2.ref.processor |
Uses of ODataErrorContext in org.apache.olingo.odata2.api.ep |
---|
Methods in org.apache.olingo.odata2.api.ep that return ODataErrorContext | |
---|---|
static ODataErrorContext |
EntityProvider.readErrorDocument(InputStream errorDocument,
String contentType)
Read (de-serialize) data from error document as InputStream and provide according ODataErrorContext
. |
ODataErrorContext |
EntityProvider.EntityProviderInterface.readErrorDocument(InputStream errorDocument,
String contentType)
Read (de-serialize) data from error document as InputStream and provide according
ODataErrorContext . |
Methods in org.apache.olingo.odata2.api.ep with parameters of type ODataErrorContext | |
---|---|
static ODataResponse |
EntityProvider.writeErrorDocument(ODataErrorContext context)
Serializes an error message according to the OData standard. |
ODataResponse |
EntityProvider.EntityProviderInterface.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 | |
---|---|
ODataResponse |
ODataErrorCallback.handleError(ODataErrorContext context)
This method can be used to handle an error differently than the exception mapper would. |
Uses of ODataErrorContext in org.apache.olingo.odata2.jpa.processor.api.exception |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.exception with parameters of type ODataErrorContext | |
---|---|
ODataResponse |
ODataJPAErrorCallback.handleError(ODataErrorContext context)
|
Uses of ODataErrorContext in org.apache.olingo.odata2.ref.processor |
---|
Methods in org.apache.olingo.odata2.ref.processor with parameters of type ODataErrorContext | |
---|---|
ODataResponse |
ScenarioErrorCallback.handleError(ODataErrorContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |