Class LogicalPlanParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.common.exceptions.DrillRuntimeException
org.apache.drill.common.exceptions.LogicalPlanParsingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpressionParsingException
,LogicalOperatorValidationException
- See Also:
-
Constructor Summary
ConstructorDescriptionLogicalPlanParsingException
(String message) LogicalPlanParsingException
(String message, Throwable cause) LogicalPlanParsingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class org.apache.drill.common.exceptions.DrillRuntimeException
checkInterrupted, create, create
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogicalPlanParsingException
public LogicalPlanParsingException() -
LogicalPlanParsingException
-
LogicalPlanParsingException
-
LogicalPlanParsingException
-
LogicalPlanParsingException
-