Groovy 1.7.2

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


Constructor Summary
CommandException(Command command, String msg)

CommandException(Command command, String msg, Throwable cause)

 
Method Summary
 
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
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

CommandException

public CommandException(Command command, String msg)


CommandException

public CommandException(Command command, String msg, Throwable cause)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.