Class TestPipeline.AbandonedNodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.testing.TestPipeline.AbandonedNodeException
All Implemented Interfaces:
Serializable
Enclosing class:
TestPipeline

public static class TestPipeline.AbandonedNodeException extends RuntimeException
An exception thrown in case an abandoned PTransform is detected, that is, a PTransform that has not been run.
See Also: