Class OptionDefinitionException

  • All Implemented Interfaces:
    Serializable

    public class OptionDefinitionException
    extends Exception
    Exception thrown for invalid command line option definitions.
    See Also:
    Serialized Form
    • Constructor Detail

      • OptionDefinitionException

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

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