public class CommandInvocationException
extends java.lang.RuntimeException
This exception will always wrap any exceptions thrown
during the command invocation, excluding any exception annotated
with ThrowableFromCommand, which will not get wrapped.
| Constructor and Description |
|---|
CommandInvocationException(@NotNull java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.Throwable |
cause() |
java.lang.Throwable |
getCause() |