Class InitializationTypeConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- All Implemented Interfaces:
Serializable
public class InitializationTypeConflictException extends Exception
Indicates that a broadcast variable was initialized with aDefaultBroadcastVariableInitializer
as a non-List
type, and later accessed usingRuntimeContext.getBroadcastVariable(String)
which may only return lists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitializationTypeConflictException(Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-