org.codehaus.groovy.tools.shell
[Java] Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.tools.shell.CommandException
public class CommandException
extends Exception
Thrown to indicate a problem with command execution.
- Authors:
- Jason Dillon
- Version:
- \$Id\$
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Throwable
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
CommandException
public CommandException(Command command, String msg)
-
CommandException
public CommandException(Command command, String msg, Throwable cause)
-
getCommand
public Command getCommand()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.