Class Coder.NonDeterministicException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.beam.sdk.coders.Coder.NonDeterministicException
All Implemented Interfaces:
Serializable
Enclosing class:
Coder<T>

public static class Coder.NonDeterministicException extends Exception
Exception thrown by Coder.verifyDeterministic() if the encoding is not deterministic, including details of why the encoding is not deterministic.
See Also: