public class CommandExecutionException extends Throwable
| Constructor and Description |
|---|
CommandExecutionException(Command command)
Constructs a new
ExecuteFailedException with null detail message
and the command whose execution failed |
CommandExecutionException(String message,
Command command)
Constructs a new
ExecuteFailedException with given detail message
and the command whose execution failed |
| Modifier and Type | Method and Description |
|---|---|
Command |
command() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandExecutionException(Command command)
ExecuteFailedException with null detail message
and the command whose execution failedcommand - the command whose execution failedpublic Command command()
Copyright © 2019 The Apache Software Foundation. All rights reserved.