Uses of Class
org.teiid.api.exception.query.QueryProcessingException
-
Packages that use QueryProcessingException Package Description org.teiid.api.exception.query org.teiid.query.optimizer.relational org.teiid.query.util -
-
Uses of QueryProcessingException in org.teiid.api.exception.query
Subclasses of QueryProcessingException in org.teiid.api.exception.query Modifier and Type Class Description class
FunctionMetadataException
Detected invalid function metadata during validation.class
QueryParserException
Thrown when a query cannot be parsed.class
QueryPlannerException
This exception is thrown when an error occurs while planning the query.class
QueryResolverException
This exception represents the case where the query submitted could not resolved when it is checked against the metadataclass
QueryValidatorException
This exception is thrown if an error is discovered while validating the query. -
Uses of QueryProcessingException in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational that throw QueryProcessingException Modifier and Type Method Description static void
RowBasedSecurityHelper. checkConstraints(Command atomicCommand, Evaluator eval)
-
Uses of QueryProcessingException in org.teiid.query.util
Methods in org.teiid.query.util that throw QueryProcessingException Modifier and Type Method Description void
CommandContext. pushCall(String value)
-