|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A result created by executing or resuming a query statement. This result
is essentially a collection with the capability of retrieving an exception
if it occurred during the execution of the query statement
QueryStatement
. Also,
to support queries within queries, query results are also EObject sources
IEObjectSource
.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
java.lang.Exception |
getException()
Retrieve the exception (if any) that occurred during the execute or resume of the query statement. |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface org.eclipse.emf.query.conditions.eobjects.IEObjectSource |
---|
getEObjects |
Method Detail |
public java.lang.Exception getException()
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |