Uses of Class
org.gcube.common.core.informationsystem.ISException

Packages that use ISException
org.gcube.common.core.informationsystem.client   
org.gcube.common.core.informationsystem.client.impl   
org.gcube.common.core.informationsystem.notifier   
org.gcube.common.core.informationsystem.publisher   
 

Uses of ISException in org.gcube.common.core.informationsystem.client
 

Subclasses of ISException in org.gcube.common.core.informationsystem.client
static class ISClient.ISMalformedQueryException
          Exception raised when the query expression is not well-formed with respect to the language supported by the underlying implementation of ISClient.
static class ISClient.ISMalformedResultException
          Exception raised when the results of a query cannot be parsed by the implementation underlying ISClient.
static class ISClient.ISUnsupportedQueryException
          Exception raised when the implementation ISClient does not support a given query.
 

Methods in org.gcube.common.core.informationsystem.client that throw ISException
<RESULT> List<RESULT>
ISClient.execute(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns its results a local list.
<RESULT> ISInputStream<RESULT>
ISClient.executeByRef(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns the ISInputStream which contains its results.
 

Uses of ISException in org.gcube.common.core.informationsystem.client.impl
 

Methods in org.gcube.common.core.informationsystem.client.impl that throw ISException
abstract
<RESULT> List<RESULT>
AbstractClient.execute(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns its results a local list.
abstract
<RESULT> ISInputStream<RESULT>
AbstractClient.executeByRef(ISQuery<RESULT> query, GCUBEScope scope)
          Implement to execute the query against the associated Information System in a given scope, and to return the locator of a resultset which contains the unparsed result serialisations.
 

Uses of ISException in org.gcube.common.core.informationsystem.notifier
 

Subclasses of ISException in org.gcube.common.core.informationsystem.notifier
 class ISNotifierException
          IS Notifier specific exception
 

Uses of ISException in org.gcube.common.core.informationsystem.publisher
 

Subclasses of ISException in org.gcube.common.core.informationsystem.publisher
 class ISPublisherException
          ISPublisher exception
 



Copyright © 2012. All Rights Reserved.