Class InvalidOptionException

  • All Implemented Interfaces:
    Serializable

    public class InvalidOptionException
    extends Exception
    Exception class that is called upon errors found during command-line option processing.
    Author:
    jpadams
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidOptionException

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