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:
Serializable
Thrown to indicate a problem with command execution.
- Version:
- $Id$
- Author:
- Jason Dillon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandException
(Command command, String msg) CommandException
(Command command, String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
-
CommandException
-
-
Method Details
-
getCommand
-