Class ExecOpExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.ExecutionException
se.liu.ida.hefquin.engine.queryplan.executable.ExecOpExecutionException
- All Implemented Interfaces:
 Serializable
An exception that occurred during the execution of a specific operator.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutableOperatoroperator during whose execution this exception occurred - 
Constructor Summary
ConstructorsConstructorDescriptionExecOpExecutionException(String message, Throwable cause, ExecutableOperator op) ExecOpExecutionException(String message, ExecutableOperator op) ExecOpExecutionException(Throwable cause, ExecutableOperator op)  - 
Method Summary
Modifier and TypeMethodDescriptionReturns theExecutableOperatorduring whose execution this exception occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
op
operator during whose execution this exception occurred 
 - 
 - 
Constructor Details
- 
ExecOpExecutionException
 - 
ExecOpExecutionException
 - 
ExecOpExecutionException
 - 
ExecOpExecutionException
 
 - 
 - 
Method Details
- 
getOperator
Returns theExecutableOperatorduring whose execution this exception occurred. 
 -