org.apache.geronimo.gshell.command
Class CommandNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.gshell.command.CommandException
              extended by org.apache.geronimo.gshell.command.CommandNotFoundException
All Implemented Interfaces:
Serializable

public class CommandNotFoundException
extends CommandException

Thrown to indicate that an operation which requires a named command has failed because the command was not found.

Version:
$Rev: 437569 $ $Date: 2006-08-27 23:45:22 -0700 (Sun, 27 Aug 2006) $
See Also:
Serialized Form

Constructor Summary
CommandNotFoundException(String path)
           
CommandNotFoundException(String path, 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

CommandNotFoundException

public CommandNotFoundException(String path)

CommandNotFoundException

public CommandNotFoundException(String path,
                                String msg)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.