Class UnsupportedTimeCharacteristicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.util.FlinkRuntimeException
org.apache.flink.streaming.api.datastream.UnsupportedTimeCharacteristicException
- All Implemented Interfaces:
Serializable
@PublicEvolving
public class UnsupportedTimeCharacteristicException
extends org.apache.flink.util.FlinkRuntimeException
An exception that indicates that a time characteristic was used that is not supported in the
current operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTimeCharacteristicException
-