Uses of Class
org.gcube.resources.discovery.client.api.InvalidResultException
-
Packages that use InvalidResultException Package Description org.gcube.resources.discovery.client.api org.gcube.resources.discovery.client.impl -
-
Uses of InvalidResultException in org.gcube.resources.discovery.client.api
Methods in org.gcube.resources.discovery.client.api that throw InvalidResultException Modifier and Type Method Description List<R>DiscoveryClient. submit(Query query)Submits aQueryfor remote execution and returns a list of typed results. -
Uses of InvalidResultException in org.gcube.resources.discovery.client.impl
Methods in org.gcube.resources.discovery.client.impl that throw InvalidResultException Modifier and Type Method Description List<R>DelegateClient. submit(Query query)Submits aQueryfor remote execution and returns a list of typed results.
-