org.sonatype.gshell.command.registry
Class NoSuchCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sonatype.gshell.command.CommandException
              extended by org.sonatype.gshell.command.registry.NoSuchCommandException
All Implemented Interfaces:
Serializable

public class NoSuchCommandException
extends CommandException

Thrown to indicate that a requested named-command was not found.

Since:
2.5
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
NoSuchCommandException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchCommandException

public NoSuchCommandException(String msg)


Copyright © 2008-2011 Sonatype. All Rights Reserved.