Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.coders
Class Coder.NonDeterministicException
- java.lang.Object
-
- java.lang.Throwable
-
- com.google.cloud.dataflow.sdk.coders.Coder.NonDeterministicException
-
- All Implemented Interfaces:
- Serializable
public static class Coder.NonDeterministicException extends Throwable
Exception thrown byCoder.verifyDeterministic()
if the encoding is not deterministic, including details of why the encoding is not deterministic.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NonDeterministicException(Coder<?> coder, List<String> reasons)
NonDeterministicException(Coder<?> coder, List<String> reasons, Coder.NonDeterministicException cause)
NonDeterministicException(Coder<?> coder, String reason)
NonDeterministicException(Coder<?> coder, String reason, Coder.NonDeterministicException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description String
getMessage()
Iterable<String>
getReasons()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NonDeterministicException
public NonDeterministicException(Coder<?> coder, String reason, @Nullable Coder.NonDeterministicException e)
-
NonDeterministicException
public NonDeterministicException(Coder<?> coder, List<String> reasons, @Nullable Coder.NonDeterministicException cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-