Uses of Class
org.sonatype.gshell.command.CommandException

Packages that use CommandException
org.sonatype.gshell.alias Alias support. 
org.sonatype.gshell.command.registry Command registry components. 
 

Uses of CommandException in org.sonatype.gshell.alias
 

Subclasses of CommandException in org.sonatype.gshell.alias
 class NoSuchAliasException
          Thrown to indicate that a requested named-alias was not found.
 

Uses of CommandException in org.sonatype.gshell.command.registry
 

Subclasses of CommandException in org.sonatype.gshell.command.registry
 class DuplicateCommandException
          Thrown to indicate a duplicate command registration attempt has failed.
 class NoSuchCommandException
          Thrown to indicate that a requested named-command was not found.
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.