Uses of Class
org.clapper.util.cmdline.CommandLineException

Packages that use CommandLineException
org.clapper.util.cmdline   
 

Uses of CommandLineException in org.clapper.util.cmdline
 

Subclasses of CommandLineException in org.clapper.util.cmdline
 class CommandLineUsageException
          Thrown by a command-line utility to indicate an error on the command line.
 class CommandLineUserException
          Thrown to indicate a user error other than a usage exception.
 

Methods in org.clapper.util.cmdline that throw CommandLineException
 void CommandLineUtility.execute(java.lang.String[] args)
          Called to initiate execution of the command line utility.
protected abstract  void CommandLineUtility.runCommand()
          Actually runs the command.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.