Package org.apache.datafusion
Class PlanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datafusion.DataFusionException
org.apache.datafusion.PlanException
- All Implemented Interfaces:
Serializable
SQL parsing, logical planning, or schema-resolution failure. Surfaces upstream
DataFusionError::Plan, DataFusionError::SQL, and DataFusionError::SchemaError.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlanException(String message) PlanException(String message, 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
-
PlanException
-
PlanException
-