Class FlinkParseException

  • All Implemented Interfaces:
    Serializable

    public class FlinkParseException
    extends org.apache.flink.util.FlinkException
    Exception which indicates that the parsing of command line arguments failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • FlinkParseException

        public FlinkParseException​(String message)
      • FlinkParseException

        public FlinkParseException​(Throwable cause)
      • FlinkParseException

        public FlinkParseException​(String message,
                                   Throwable cause)