Class QueryProcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionException
,QueryCompilationException
,QueryPlanningException
An exception that may occur when processing a query.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryProcException
(String message) QueryProcException
(String message, Throwable cause) QueryProcException
(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
-
QueryProcException
-
QueryProcException
-
QueryProcException
-
QueryProcException
public QueryProcException()
-