Class DataflowGraphTransformer.TransformNodeFailedException

Object
Throwable
Exception
org.apache.spark.sql.pipelines.graph.DataflowGraphTransformer.TransformNodeFailedException
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
Enclosing class:
DataflowGraphTransformer

public static class DataflowGraphTransformer.TransformNodeFailedException extends Exception implements scala.util.control.NoStackTrace, scala.Product, Serializable
Exception thrown when transforming a node in the graph fails with a non-retryable error.

param: failedNode The failed node that could not be transformed.

See Also: