|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataMessageException | |
---|---|
org.apache.olingo.odata2.api.batch | |
org.apache.olingo.odata2.api.edm | Entity Data Model API |
org.apache.olingo.odata2.api.ep | Entity Provider |
org.apache.olingo.odata2.api.exception | Exception Classes used in the OData library as well as the implementing application |
org.apache.olingo.odata2.api.rt | Runtime Support |
org.apache.olingo.odata2.api.uri | URI Parser Facade |
org.apache.olingo.odata2.api.uri.expression | Expression Parser |
Uses of ODataMessageException in org.apache.olingo.odata2.api.batch |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.batch | |
---|---|
class |
BatchException
|
Uses of ODataMessageException in org.apache.olingo.odata2.api.edm |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.edm | |
---|---|
class |
EdmException
|
class |
EdmLiteralException
|
class |
EdmSimpleTypeException
|
Uses of ODataMessageException in org.apache.olingo.odata2.api.ep |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.ep | |
---|---|
class |
EntityProviderException
An EntityProviderException is the base exception for all EntityProvider related exceptions. |
Uses of ODataMessageException in org.apache.olingo.odata2.api.exception |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.exception | |
---|---|
class |
ODataBadRequestException
Exceptions of this class will result in a HTTP status 400 bad request |
class |
ODataConflictException
Exceptions of this class will result in a HTTP status 409 Conflict |
class |
ODataForbiddenException
Exceptions of this class will result in a HTTP status 403 forbidden |
class |
ODataHttpException
ODataMessageException with a HTTP status code. |
class |
ODataInternalServerErrorException
|
class |
ODataMethodNotAllowedException
Exceptions of this class will result in a HTTP status 405 (method not allowed). |
class |
ODataNotAcceptableException
Exceptions of this class will result in a HTTP status 406 not acceptable |
class |
ODataNotFoundException
Exceptions of this class will result in a HTTP status 404 not found |
class |
ODataNotImplementedException
Exceptions of this class will result in a HTTP status 501 (Not implemented). |
class |
ODataPreconditionFailedException
Exceptions of this class will result in a HTTP Status 412 Precondition Failed. |
class |
ODataPreconditionRequiredException
Exceptions of this class will result in a HTTP status 428 precondition required |
class |
ODataServiceUnavailableException
Exceptions of this class will result in a HTTP status 503 service unavailable |
class |
ODataUnsupportedMediaTypeException
Exceptions of this class will result in a HTTP status 415 unsupported media type |
Methods in org.apache.olingo.odata2.api.exception that return ODataMessageException | |
---|---|
ODataMessageException |
ODataException.getMessageExceptionCause()
Search for and return first (from top) ODataMessageException in the cause hierarchy. |
Method parameters in org.apache.olingo.odata2.api.exception with type arguments of type ODataMessageException | |
---|---|
protected static MessageReference |
ODataMessageException.createMessageReference(Class<? extends ODataMessageException> clazz,
String messageReferenceKey)
Creates MessageReference objects more conveniently. |
Uses of ODataMessageException in org.apache.olingo.odata2.api.rt |
---|
Methods in org.apache.olingo.odata2.api.rt with parameters of type ODataMessageException | |
---|---|
static String |
RuntimeDelegate.extractExceptionMessage(ODataMessageException exception)
Extract message of ODataMessageException and return it as a string. |
abstract String |
RuntimeDelegate.RuntimeDelegateInstance.extractExceptionMessage(ODataMessageException exception)
Extract message of ODataMessageException and return it as a string. |
Uses of ODataMessageException in org.apache.olingo.odata2.api.uri |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.uri | |
---|---|
class |
UriNotMatchingException
URI-parsing exception resulting in a 404 Not Found response. |
class |
UriSyntaxException
Exception for violation of the OData URI construction rules, resulting in a 400 Bad Request response. |
Methods in org.apache.olingo.odata2.api.uri that throw ODataMessageException | |
---|---|
static FilterExpression |
UriParser.parseFilter(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree. |
abstract FilterExpression |
UriParser.parseFilterString(EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree. |
static OrderByExpression |
UriParser.parseOrderBy(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree. |
abstract OrderByExpression |
UriParser.parseOrderByString(EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree. |
Uses of ODataMessageException in org.apache.olingo.odata2.api.uri.expression |
---|
Subclasses of ODataMessageException in org.apache.olingo.odata2.api.uri.expression | |
---|---|
class |
ExceptionVisitExpression
Exception thrown while traversing/visiting a filter expression tree |
class |
ExpressionParserException
Exception thrown while parsing a filter or orderby expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |