Uses of Class
org.naturalcli.ExecutionException

Packages that use ExecutionException
org.naturalcli Provides classes and interfaces for handling command lines human readable. 
 

Uses of ExecutionException in org.naturalcli
 

Methods in org.naturalcli that throw ExecutionException
 void ICommandExecutor.execute(ParseResult parseResult)
          Execute the command.
 void NaturalCLI.execute(java.lang.String args)
          Runs a command based on the arguments in the string.
 void NaturalCLI.execute(java.lang.String[] args)
          Runs a command based on the arguments.
 void NaturalCLI.execute(java.lang.String[] args, int first)
          Runs a command based on the arguments.
 void NaturalCLI.execute(java.lang.String args, int first)
          Runs a command based on the arguments.