Class InvalidOptionException

  • All Implemented Interfaces:
    Serializable

    public class InvalidOptionException
    extends Exception
    An exception that gets thrown when there are problems processing the arguments set on the command-line.
    Author:
    mcayanan
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidOptionException

        public InvalidOptionException​(String msg)
        Constructor.
        Parameters:
        msg - A message.