Class SourcePlanningException
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.SourcePlanningException
- All Implemented Interfaces:
Serializable
An exception that occurred when creating a source assignment for a given query.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourcePlanningException
(String message, Throwable cause, Query query) SourcePlanningException
(String message, Query query) SourcePlanningException
(Throwable cause, Query query) SourcePlanningException
(Query query) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
query
-
-
Constructor Details
-
SourcePlanningException
-
SourcePlanningException
-
SourcePlanningException
-
SourcePlanningException
-
-
Method Details
-
getQuery
Return the query for which the creation of a source assignment caused this exception.
-