Uses of Class
net.sf.mmm.util.cli.api.CliException

Packages that use CliException
net.sf.mmm.util.cli.api Provides the API for utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
 

Uses of CliException in net.sf.mmm.util.cli.api
 

Subclasses of CliException in net.sf.mmm.util.cli.api
 class CliArgumentMissingException
          A CliArgumentMissingException is thrown if a required argument is missing.
 class CliArgumentReferenceMissingException
          A CliArgumentReferenceMissingException is thrown if a referenced argument is missing.
 class CliClassNoPropertyException
          A CliClassNoPropertyException is thrown if a CLI-class is illegal because it has no property annotated with CliOption or CliArgument.
 class CliModeUndefinedException
          A CliModeUndefinedException is thrown if a CliOption or CliArgument defines a mode that is NOT defined.
 class CliOptionAndArgumentAnnotationException
          A CliOptionAndArgumentAnnotationException is thrown if a property is annotated with both CliOption and CliArgument.
 class CliOptionDuplicateException
          A CliOptionDuplicateException is thrown if the same option occurred multiple times as commandline-argument.
 class CliOptionIllegalNameOrAliasException
          A CliOptionIllegalNameOrAliasException is thrown if the name or alias of a CliOption is illegal.
 class CliOptionIncompatibleModesException
          A CliOptionIncompatibleModesException is thrown if two options are used together that have incompatible modes.
 class CliOptionMisplacedException
          A CliOptionMisplacedException is thrown if an option is misplaced, meaning that it occurred after the first argument has been detected.
 class CliOptionMissingException
          A CliOptionMissingException is thrown if a required option is missing.
 class CliOptionMissingValueException
          A CliOptionMissingValueException is thrown if an option requires a value that is missing (no proper value is specified as commandline argument).
 class CliOptionUndefinedException
          A CliOptionUndefinedException is thrown if an option is given as commandline-argument if NOT defined.
 class CliParameterListEmptyException
          A CliParameterListEmptyException is thrown if CliParser.parseParameters(String...) is called without a single parameter.
 class CliParserExcepiton
          A CliParserExcepiton is thrown if a property is annotated as CliOption or CliArgument but the type of that property is not supported.
 

Methods in net.sf.mmm.util.cli.api that throw CliException
 CliModeObject CliParser.parseParameters(String... parameters)
          This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
 

Uses of CliException in net.sf.mmm.util.cli.base
 

Methods in net.sf.mmm.util.cli.base that throw CliException
 CliModeObject AbstractCliParser.parseParameters(String... parameters)
          This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.