Class ArgumentException

All Implemented Interfaces:
Serializable

This class defines an exception that may be thrown if a problem occurs while parsing command line arguments or preparing the argument parser.
See Also:
  • Constructor Details

    • ArgumentException

      Creates a new argument exception with the provided message.
      Parameters:
      message - The message to use for this exception.
    • ArgumentException

      Creates a new argument exception with the provided message and cause.
      Parameters:
      message - The message to use for this exception.
      cause - The underlying exception that triggered this exception.