Package 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:
java.io.Serializable
public class CommandException extends java.lang.Exception
Thrown to indicate a problem with command execution.- Version:
- $Id$
- Author:
- Jason Dillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(Command command, java.lang.String msg)
CommandException(Command command, java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
-