Uses of Class
org.apache.flink.api.common.InvalidProgramException
-
Packages that use InvalidProgramException Package Description org.apache.flink.api.common org.apache.flink.api.common.functions org.apache.flink.api.common.operators org.apache.flink.api.common.operators.base -
-
Uses of InvalidProgramException in org.apache.flink.api.common
Subclasses of InvalidProgramException in org.apache.flink.api.common Modifier and Type Class Description classNonSerializableUserCodeExceptionAn special case of theInvalidProgramException, indicating that a part of the program that needs to be serializable (for shipping) is not serializable. -
Uses of InvalidProgramException in org.apache.flink.api.common.functions
Subclasses of InvalidProgramException in org.apache.flink.api.common.functions Modifier and Type Class Description classInvalidTypesExceptionA special case of theInvalidProgramException, indicating that the types used in an operation are invalid or inconsistent. -
Uses of InvalidProgramException in org.apache.flink.api.common.operators
Subclasses of InvalidProgramException in org.apache.flink.api.common.operators Modifier and Type Class Description static classSemanticProperties.InvalidSemanticAnnotationException -
Uses of InvalidProgramException in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that throw InvalidProgramException Modifier and Type Method Description voidBulkIterationBase. validate()
-