Uses of Class
org.apache.flink.api.common.InvalidProgramException
-
-
Uses of InvalidProgramException in org.apache.flink.api.common
Subclasses of InvalidProgramException in org.apache.flink.api.common Modifier and Type Class Description class
NonSerializableUserCodeException
An 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 class
InvalidTypesException
A 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 class
SemanticProperties.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 void
BulkIterationBase. validate()
-
Uses of InvalidProgramException in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that throw InvalidProgramException Modifier and Type Method Description List<JobVertex>
JobGraph. getVerticesSortedTopologicallyFromSources()
-