Class CostEstimationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.QueryPlanningException
se.liu.ida.hefquin.engine.queryproc.PhysicalOptimizationException
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.CostEstimationException
- All Implemented Interfaces:
Serializable
An exception that occurred during the process
of estimating the cost of a given plan.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCostEstimationException
(String message, Throwable cause, PhysicalPlan plan) CostEstimationException
(String message, PhysicalPlan plan) CostEstimationException
(Throwable cause, PhysicalPlan plan) -
Method Summary
Modifier and TypeMethodDescriptiongetPlan()
Returns the plan for which the cost estimation failed with this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
plan
-
-
Constructor Details
-
CostEstimationException
-
CostEstimationException
-
CostEstimationException
-
CostEstimationException
-
-
Method Details
-
getPlan
Returns the plan for which the cost estimation failed with this exception.
-