Uses of Class
org.apache.olingo.odata2.api.edm.EdmLiteralException
Packages that use EdmLiteralException
Package
Description
Entity Data Model API
-
Uses of EdmLiteralException in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that throw EdmLiteralExceptionModifier and TypeMethodDescriptionEdmSimpleTypeFacade.parseUriLiteral(String uriLiteral) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral, EdmFacets facets) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.static EdmLiteralEdmSimpleTypeKind.parseUriLiteral(String uriLiteral) Parses a URI literal and determines its EDM simple type on the way. -
Uses of EdmLiteralException in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that throw EdmLiteralExceptionModifier and TypeMethodDescriptionEdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral) EdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral, EdmFacets facets) -
Uses of EdmLiteralException in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmLiteralExceptionModifier and TypeMethodDescriptionstatic TokenizerExceptionTokenizerException.createTYPEDECTECTION_FAILED_ON_STRING(EdmLiteralException ex, int position, String uriLiteral)