Uses of Class
org.apache.olingo.odata2.api.uri.UriSyntaxException
-
Packages that use UriSyntaxException Package Description org.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of UriSyntaxException in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that throw UriSyntaxException Modifier and Type Method Description abstract UriInfoUriParser. parse(List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters.abstract UriInfoUriParser. parseAll(List<PathSegment> pathSegments, Map<String,List<String>> allQueryParameters)Parses path segments and query parameters.
-