Uses of Class
org.apache.flink.util.FlinkException
-
Packages that use FlinkException Package Description org.apache.flink.util -
-
Uses of FlinkException in org.apache.flink.util
Subclasses of FlinkException in org.apache.flink.util Modifier and Type Class Description classConfigurationExceptionException which occurs when creating a configuration object fails.classDynamicCodeLoadingExceptionAn exception that is thrown if the dynamic instantiation of code fails.classStateMigrationExceptionBase class for state migration related exceptions.Methods in org.apache.flink.util that throw FlinkException Modifier and Type Method Description TOptionalFailure. get()static <T> TInstantiationUtil. instantiate(String className, Class<T> targetType, ClassLoader classLoader)Creates a new instance of the given class name and type using the providedClassLoader.
-