public class CommandExecutionException
extends java.lang.Exception
| Constructor and Description |
|---|
CommandExecutionException(java.lang.String command) |
CommandExecutionException(java.lang.String command,
java.util.Map<ArgumentChain<?>,ChainExecutionException> mostLikelyChains) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand() |
java.util.Map<ArgumentChain<?>,ChainExecutionException> |
getMostLikelyChains() |
public CommandExecutionException(java.lang.String command)
public CommandExecutionException(java.lang.String command,
@Nullable
java.util.Map<ArgumentChain<?>,ChainExecutionException> mostLikelyChains)
public java.lang.String getCommand()
@Nullable public java.util.Map<ArgumentChain<?>,ChainExecutionException> getMostLikelyChains()