Uses of Class
org.apache.commons.cli.MissingOptionException
Packages that use MissingOptionException
Package
Description
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
-
Uses of MissingOptionException in org.apache.commons.cli
Methods in org.apache.commons.cli that throw MissingOptionExceptionModifier and TypeMethodDescriptionprotected void
DefaultParser.checkRequiredOptions()
Throws aMissingOptionException
if all of the required options are not present.protected void
Parser.checkRequiredOptions()
Deprecated.Throws aMissingOptionException
if all of the required options are not present.