org.codehaus.groovy.tools.shell
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.tools.shell.CommandException
- All Implemented Interfaces:
- Serializable
public class CommandException
- extends Exception
Thrown to indicate a problem with command execution.
- Version:
- $Id$
- Author:
- Jason Dillon
- 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(Command command,
String msg)
CommandException
public CommandException(Command command,
String msg,
Throwable cause)
getCommand
public Command getCommand()