Class CommandInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
revxrsal.commands.exception.CommandInvocationException
All Implemented Interfaces:
Serializable

public class CommandInvocationException extends RuntimeException
Thrown when an exception is thrown by invoking the command's method.

This exception will always wrap any exceptions thrown during the command invocation, excluding any exception annotated with ThrowableFromCommand, which will get unwrapped.

See Also:
  • Constructor Details

    • CommandInvocationException

      public CommandInvocationException()