Class QueryPlanningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.QueryPlanningException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LogicalOptimizationException
,PhysicalOptimizationException
,SourcePlanningException
An exception that occurred during query planning.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryPlanningException
(String message) QueryPlanningException
(String message, Throwable cause) QueryPlanningException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryPlanningException
-
QueryPlanningException
-
QueryPlanningException
-
QueryPlanningException
public QueryPlanningException()
-