Class InvalidCommandLineParametersException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCommandLineParametersException
    extends Exception
    Exception thrown for invalid command line parameters.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCommandLineParametersException

        public InvalidCommandLineParametersException()
        Creates a new instance of InvalidCommandLineParametersException without detail message.
      • InvalidCommandLineParametersException

        public InvalidCommandLineParametersException​(String msg)
        Constructs an instance of InvalidCommandLineParametersException with the specified detail message.
        Parameters:
        msg - the detail message.