Class PlanException

All Implemented Interfaces:
Serializable

public class PlanException extends DataFusionException
SQL parsing, logical planning, or schema-resolution failure. Surfaces upstream DataFusionError::Plan, DataFusionError::SQL, and DataFusionError::SchemaError.
See Also:
  • Constructor Details

    • PlanException

      public PlanException(String message)
    • PlanException

      public PlanException(String message, Throwable cause)