Class IncompatibleWindowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.beam.sdk.transforms.windowing.IncompatibleWindowException
All Implemented Interfaces:
Serializable

public class IncompatibleWindowException extends Exception
Exception thrown by WindowFn.verifyCompatibility(WindowFn) if two compared WindowFns are not compatible, including the explanation of incompatibility.
See Also:
  • Constructor Details

    • IncompatibleWindowException

      public IncompatibleWindowException(WindowFn<?,?> windowFn, String reason)
  • Method Details