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, toString
public CommandExecutorException(String message)
public CommandExecutorException(String message, CommandExecutorResult commandExecutorResult)
public CommandExecutorResult getCommandExecutorResult()
public String getMessage()
getMessage
in class Throwable