Package io.manebot.command.exception
Class CommandNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.manebot.chat.exception.ChatException
-
- io.manebot.command.exception.CommandExecutionException
-
- io.manebot.command.exception.CommandNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandNotFoundException extends CommandExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandNotFoundException​(java.lang.String command)
-
Method Summary
Modifier and Type Method Description java.lang.String
getCommand()
-
Methods inherited from class io.manebot.command.exception.CommandExecutionException
getLocalizedMessage, getMessage
-
-