org.apache.geronimo.gshell.command
Class CommandNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geronimo.gshell.command.CommandException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandNotFoundException
public CommandNotFoundException(String path)
CommandNotFoundException
public CommandNotFoundException(String path,
String msg)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.