Class CliArgsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.client.cli.CliArgsException
All Implemented Interfaces:
Serializable

public class CliArgsException extends Exception
Special exception that is thrown when the command line parsing fails.
See Also:
  • Constructor Details

    • CliArgsException

      public CliArgsException(String message)
    • CliArgsException

      public CliArgsException(String message, Throwable cause)