Class Keys.IncompatibleKeysException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.api.common.operators.Keys.IncompatibleKeysException
-
- All Implemented Interfaces:
Serializable
public static class Keys.IncompatibleKeysException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SIZE_MISMATCH_MESSAGE
-
Constructor Summary
Constructors Constructor Description IncompatibleKeysException(String message)
IncompatibleKeysException(TypeInformation<?> typeInformation, TypeInformation<?> typeInformation2)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
SIZE_MISMATCH_MESSAGE
public static final String SIZE_MISMATCH_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IncompatibleKeysException
public IncompatibleKeysException(String message)
-
IncompatibleKeysException
public IncompatibleKeysException(TypeInformation<?> typeInformation, TypeInformation<?> typeInformation2)
-
-