Uses of Class
org.apache.olingo.server.core.uri.parser.UriParserSyntaxException
Packages that use UriParserSyntaxException
Package
Description
-
Uses of UriParserSyntaxException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type UriParserSyntaxExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(UriParserSyntaxException e, Locale requestedLocale) -
Uses of UriParserSyntaxException in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that throw UriParserSyntaxExceptionModifier and TypeMethodDescriptionstatic Stringprotected static List<QueryOption>UriDecoder.splitAndDecodeOptions(String queryOptionString) Splits the query-option string at '&' characters, the resulting parts at '=' characters, and separately percent-decodes names and values of the resulting name-value pairs.UriDecoder.splitAndDecodePath(String path) Splits the path string at '/' characters and percent-decodes the resulting path segments. -
Uses of UriParserSyntaxException in org.apache.olingo.server.core.uri.parser.search
Subclasses of UriParserSyntaxException in org.apache.olingo.server.core.uri.parser.search