Uses of Class
org.naturalcli.InvalidSyntaxException

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

Uses of InvalidSyntaxException in org.naturalcli
 

Constructors in org.naturalcli that throw InvalidSyntaxException
Command(java.lang.String syntax, java.lang.String help, ICommandExecutor ce)
          Constructs a new command.
Syntax(java.lang.String definition)
          Constructor for the Syntax class