|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ISClient.execute(ISQuery<RESULT> query,
GCUBEScope scope)
Evaluates a query in a given scope and returns its results a local list. |
|
|
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
|
AbstractClient.execute(ISQuery<RESULT> query,
GCUBEScope scope)
Evaluates a query in a given scope and returns its results a local list. |
|
abstract
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||