|
GemFire 7.0 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryException | |
---|---|
com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
Uses of QueryException in com.gemstone.gemfire.cache.query |
---|
Subclasses of QueryException in com.gemstone.gemfire.cache.query | |
---|---|
class |
AmbiguousNameException
Thrown if an attribute or method name in a query can be resolved to more than one object in scope or if there is more than one maximally specific overridden method in a class. |
class |
CqException
Thrown during continuous query creation, execution time. |
class |
CqExistsException
Thrown if a CQ by this name already exists on this client |
class |
FunctionDomainException
Thrown if the domain of a function is not legal. |
class |
IndexCreationException
This class is used to represent any partitioned index creation exceptions. |
class |
IndexExistsException
Thrown while creating the new index if there exists an Index with the same definition as new index. |
class |
IndexNameConflictException
Thrown while creating the new index if there exists an Index with the same name as new index. |
class |
NameNotFoundException
Thrown when an attribute or method name could not be resolved during query execution because no matching method or field could be found. |
class |
NameResolutionException
Thrown if an attribute or method name in a query cannot be resolved. |
class |
ParameterCountInvalidException
Thrown when the number of bound paramters for a query does not match the number of placeholders. |
class |
QueryInvocationTargetException
Thrown if an exception is thrown when a method is invoked during query execution. |
class |
RegionNotFoundException
Thrown if a region referenced by name in a query cannot be found. |
class |
TypeMismatchException
Thrown if type consistency is violated while a query is being executed. |
|
GemFire 7.0 | ||||||||
PREV NEXT | FRAMES NO FRAMES |