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 TypeClassDescriptionclassAn 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.iterbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased declared as ExecutionExceptionModifier and TypeFieldDescriptionprotected final ExecutionExceptionResultElementIterException.execExptnMethods 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 voidResultElementIterBase.OpRunnerThread._run()protected voidResultElementIterWithBinaryExecOp.MyOpRunnerThread._run()protected voidResultElementIterWithNullaryExecOp.MyOpRunnerThread._run()protected voidResultElementIterWithUnaryExecOp.MyOpRunnerThread._run()voidIteratorBasedExecutablePlanImpl.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.queryplan.executable.impl.pushbased
Modifier and TypeClassDescriptionclassThis class captures exceptions that may occur while trying to consume the output of aPushBasedPlanThread.classThis class wraps anInterruptedExceptioncaught in a thread that is waiting to consume the output of aPushBasedPlanThread.Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that throw ExecutionExceptionModifier and TypeMethodDescriptionvoidPushBasedExecutablePlanImpl.run(QueryResultSink resultSink)  - 
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)