Class ProgramParametrizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.client.program.ProgramParametrizationException
All Implemented Interfaces:
Serializable

public class ProgramParametrizationException extends RuntimeException
Exception used to indicate that there is an error in the parametrization of a Flink program.
See Also:
  • Constructor Details

    • ProgramParametrizationException

      public ProgramParametrizationException(String message)
      Creates a ProgramParametrizationException with the given message.
      Parameters:
      message - The program usage string.