public static class Keys.IncompatibleKeysException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
SIZE_MISMATCH_MESSAGE |
Constructor and Description |
---|
IncompatibleKeysException(String message) |
IncompatibleKeysException(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInformation,
org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInformation2) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String SIZE_MISMATCH_MESSAGE
public IncompatibleKeysException(String message)
public IncompatibleKeysException(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInformation, org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInformation2)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.