Class CliArgsException

  • All Implemented Interfaces:
    Serializable

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

      • CliArgsException

        public CliArgsException​(String message)
      • CliArgsException

        public CliArgsException​(String message,
                                Throwable cause)