Class CommandNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spongepowered.api.util.ComponentMessageException
org.spongepowered.api.command.exception.CommandException
org.spongepowered.api.command.exception.CommandNotFoundException
- All Implemented Interfaces:
Serializable
,ComponentMessageThrowable
This exception is thrown when a sender tries to execute a command that does
not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandNotFoundException
(Component message, String command) Create an exception with a custom message. -
Method Summary
Methods inherited from class org.spongepowered.api.command.exception.CommandException
shouldIncludeUsage
Methods inherited from class org.spongepowered.api.util.ComponentMessageException
componentMessage, getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandNotFoundException
Create an exception with a custom message.- Parameters:
message
- The messagecommand
- The command that was queried for
-
-
Method Details
-
command
Returns the command that was queried for.- Returns:
- The command
-