org.codehaus.groovy.tools.shell
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.
- version:
- $Id: Command.groovy 8806 2007-10-25 21:58:29Z user57 $
- author:
- Jason Dillon
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Throwable
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
CommandException
public CommandException(Command command, String msg)
-
CommandException
public CommandException(Command command, String msg, Throwable cause)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.