org.sonar.api.utils.command
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.command.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeoutException

public class CommandException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CommandException(Command command, String message, Throwable throwable)
           
CommandException(Command command, Throwable throwable)
           
 
Method Summary
 Command getCommand()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandException

public CommandException(Command command,
                        String message,
                        Throwable throwable)

CommandException

public CommandException(Command command,
                        Throwable throwable)
Method Detail

getCommand

public Command getCommand()


Copyright © 2009-2014 SonarSource. All Rights Reserved.