Class CommandExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- cloud.commandframework.exceptions.CommandExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandExecutionException extends java.lang.IllegalArgumentException
Exception thrown when there is an exception during execution of a command handler- Since:
- 1.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandExecutionException(@NonNull java.lang.Throwable cause)
Exception thrown when there is an exception during execution of a command handler
-