public enum CommandException.Option
Specific options understood by the CommandRunner.
Enum constant | Description |
---|---|
HIDE_MESSAGE |
Hide the exception message. |
RETHROW |
Re-throw the exception rather than dealing with it. |
SHOW_USAGE |
Print basic CLI usage information. |
STACK_TRACE |
Print the stack-trace of the exception. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Hide the exception message.
Re-throw the exception rather than dealing with it.
Print basic CLI usage information.
Print the stack-trace of the exception.
Groovy Documentation