|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ODataApplicationException | |
|---|---|
| org.apache.olingo.odata2.api.ep.callback | Entity Provider Callbacks |
| org.apache.olingo.odata2.api.exception | Exception Classes used in the OData library as well as the implementing application |
| org.apache.olingo.odata2.api.processor | Data Processor |
| org.apache.olingo.odata2.api.uri.expression | Expression Parser |
| Uses of ODataApplicationException in org.apache.olingo.odata2.api.ep.callback |
|---|
| Methods in org.apache.olingo.odata2.api.ep.callback that throw ODataApplicationException | |
|---|---|
void |
OnReadInlineContent.handleReadEntry(ReadEntryResult readEntryResult)
Handles reading (de-serialization) entry result. |
void |
OnReadInlineContent.handleReadFeed(ReadFeedResult readFeedResult)
Handles reading (de-serialization) entry result. |
EntityProviderReadProperties |
OnReadInlineContent.receiveReadProperties(EntityProviderReadProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used EntityProviderReadProperties to read the found inline navigation property
(>). |
WriteEntryCallbackResult |
OnWriteEntryContent.retrieveEntryResult(WriteEntryCallbackContext context)
Retrieves the data for an entry. |
WriteFeedCallbackResult |
OnWriteFeedContent.retrieveFeedResult(WriteFeedCallbackContext context)
Retrieves the data for a feed. |
| Uses of ODataApplicationException in org.apache.olingo.odata2.api.exception |
|---|
| Methods in org.apache.olingo.odata2.api.exception that return ODataApplicationException | |
|---|---|
ODataApplicationException |
ODataException.getApplicationExceptionCause()
Search for and return first (from top) ODataApplicationException in the cause hierarchy. |
| Uses of ODataApplicationException in org.apache.olingo.odata2.api.processor |
|---|
| Methods in org.apache.olingo.odata2.api.processor that throw ODataApplicationException | |
|---|---|
ODataResponse |
ODataErrorCallback.handleError(ODataErrorContext context)
This method can be used to handle an error differently than the exception mapper would. |
| Uses of ODataApplicationException in org.apache.olingo.odata2.api.uri.expression |
|---|
| Methods in org.apache.olingo.odata2.api.uri.expression that throw ODataApplicationException | |
|---|---|
Object |
Visitable.accept(ExpressionVisitor visitor)
Method Visitable.accept(ExpressionVisitor) is called when traversing the expression tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||