Groovy 1.8.4

org.codehaus.groovy.tools.shell
[Groovy] Class CommandException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          org.codehaus.groovy.tools.shell.CommandException

class CommandException
extends Exception

Thrown to indicate a problem with command execution.

Authors:
Jason Dillon
Version:
\$Id\$


Property Summary
Command command

 
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, 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
 

Property Detail

command

final Command command


 
Constructor Detail

CommandException

CommandException(Command command, String msg)


CommandException

CommandException(Command command, String msg, Throwable cause)


 

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