Methods in things.common.commands that throw CommandException |
static void |
CommandException.softwareProblem(java.lang.String message)
This will throw a common-formatted CommandException reporting a software problem. |
static void |
CommandException.softwareProblem(java.lang.String message,
java.lang.Throwable t)
This will throw a common-formatted CommandException reporting a software problem. |
static void |
CommandException.softwareProblem(java.lang.String message,
java.lang.Throwable t,
java.lang.String... attr)
This will throw a common-formatted CommandException reporting a software problem. |