public class CommandExecutorException extends RuntimeException
| Constructor and Description |
|---|
CommandExecutorException(String message) |
CommandExecutorException(String message,
CommandExecutorResult commandExecutorResult) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutorResult |
getCommandExecutorResult() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandExecutorException(String message)
public CommandExecutorException(String message, CommandExecutorResult commandExecutorResult)
public CommandExecutorResult getCommandExecutorResult()
public String getMessage()
getMessage in class ThrowableCopyright © 2017. All rights reserved.