Package joptsimple

Class UnavailableOptionException

  • All Implemented Interfaces:
    java.io.Serializable

    class UnavailableOptionException
    extends OptionException
    Thrown when options marked as allowed are specified on the command line, but the options they depend upon are present/not present.
    • Constructor Detail

      • UnavailableOptionException

        UnavailableOptionException​(java.util.List<? extends OptionSpec<?>> forbiddenOptions)