Package co.aikar.commands
Class ShowCommandHelp
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.aikar.commands.InvalidCommandArgument
-
- co.aikar.commands.ShowCommandHelp
-
- All Implemented Interfaces:
Serializable
public class ShowCommandHelp extends InvalidCommandArgument
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowCommandHelp()ShowCommandHelp(boolean search)ShowCommandHelp(List<String> args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ShowCommandHelp
public ShowCommandHelp()
-
ShowCommandHelp
public ShowCommandHelp(boolean search)
-
ShowCommandHelp
public ShowCommandHelp(List<String> args)
-
-