Uses of Class
se.liu.ida.hefquin.engine.queryproc.ExecutionException
Packages that use ExecutionException
Package
Description
-
Uses of ExecutionException in se.liu.ida.hefquin.engine.queryplan.executable
Subclasses of ExecutionException in se.liu.ida.hefquin.engine.queryplan.executableModifier and TypeClassDescriptionclass
An exception that occurred during the execution of a specific operator.Methods in se.liu.ida.hefquin.engine.queryplan.executable that throw ExecutionException -
Uses of ExecutionException in se.liu.ida.hefquin.engine.queryplan.executable.impl
Subclasses of ExecutionException in se.liu.ida.hefquin.engine.queryplan.executable.implModifier and TypeClassDescriptionclass
class
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that throw ExecutionExceptionModifier and TypeMethodDescriptionvoid
TaskBasedExecutablePlanImpl.run
(QueryResultSink resultSink) -
Uses of ExecutionException in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased declared as ExecutionExceptionModifier and TypeFieldDescriptionprotected final ExecutionException
ResultElementIterException.execExptn
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return ExecutionExceptionModifier and TypeMethodDescriptionResultElementIterBase.OpRunnerThread.getExceptionIfAny()
ResultElementIterException.getWrappedExecutionException()
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that throw ExecutionExceptionModifier and TypeMethodDescriptionprotected abstract void
ResultElementIterBase.OpRunnerThread._run()
protected void
ResultElementIterWithBinaryExecOp.MyOpRunnerThread._run()
protected void
ResultElementIterWithNullaryExecOp.MyOpRunnerThread._run()
protected void
ResultElementIterWithUnaryExecOp.MyOpRunnerThread._run()
void
IteratorBasedExecutablePlanImpl.run
(QueryResultSink resultSink) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased with parameters of type ExecutionException -
Uses of ExecutionException in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that throw ExecutionExceptionModifier and TypeMethodDescriptionExecutionEngine.execute
(ExecutablePlan plan, QueryResultSink resultSink) -
Uses of ExecutionException in se.liu.ida.hefquin.engine.queryproc.impl.execution
Methods in se.liu.ida.hefquin.engine.queryproc.impl.execution that throw ExecutionExceptionModifier and TypeMethodDescriptionExecutionEngineImpl.execute
(ExecutablePlan plan, QueryResultSink resultSink)