Package co.aikar.commands
Class InvalidCommandArgument
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.aikar.commands.InvalidCommandArgument
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConditionFailedException,ShowCommandHelp
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCommandArgument(boolean showSyntax) InvalidCommandArgument(co.aikar.locales.MessageKey key, boolean showSyntax, String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key, boolean showSyntax, String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key, String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKey key, String... replacements) InvalidCommandArgument(String message) InvalidCommandArgument(String message, boolean showSyntax) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCommandArgument
public InvalidCommandArgument() -
InvalidCommandArgument
-
InvalidCommandArgument
-
InvalidCommandArgument
-
InvalidCommandArgument
public InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key, boolean showSyntax, String... replacements) -
InvalidCommandArgument
public InvalidCommandArgument(co.aikar.locales.MessageKey key, boolean showSyntax, String... replacements) -
InvalidCommandArgument
-
InvalidCommandArgument
-