Class 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:
    Serialized Form
    • Constructor Detail

      • ProgramParametrizationException

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