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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTimeCharacteristicException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedTimeCharacteristicException
public UnsupportedTimeCharacteristicException(String message)
-
-