org.apache.geronimo.gshell.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geronimo.gshell.command.CommandException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommandNotFoundException
public class CommandException
- extends Exception
A command exception.
- Version:
- $Rev: 572541 $ $Date: 2007-09-03 23:14:41 -0700 (Mon, 03 Sep 2007) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandException
public CommandException(String msg)
CommandException
public CommandException(String msg,
Throwable cause)
CommandException
public CommandException(Throwable cause)
CommandException
public CommandException()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.