Class Pipeline.PipelineExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.Pipeline.PipelineExecutionException
All Implemented Interfaces:
Serializable
Enclosing class:
Pipeline

public static class Pipeline.PipelineExecutionException extends RuntimeException
Thrown during execution of a Pipeline, whenever user code within that Pipeline throws an exception.

The original exception thrown by user code may be retrieved via Throwable.getCause().

See Also: