public class CommandException extends RuntimeException
| Constructor and Description | 
|---|
| CommandException(Command command,
                String message,
                Throwable throwable) | 
| CommandException(Command command,
                Throwable throwable) | 
| Modifier and Type | Method and Description | 
|---|---|
| Command | getCommand() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException(Command command, String message, Throwable throwable)
public CommandException(Command command, Throwable throwable)
public Command getCommand()
Copyright © 2009–2016 SonarSource. All rights reserved.