Class ProxyTabCompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.waterfallmc.waterfall.exception.ProxyException
-
- io.github.waterfallmc.waterfall.exception.ProxyCommandException
-
- io.github.waterfallmc.waterfall.exception.ProxyTabCompleteException
-
- All Implemented Interfaces:
Serializable
public class ProxyTabCompleteException extends ProxyCommandException
Called when a tab-complete request throws an exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProxyTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)
ProxyTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)
ProxyTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)
-
Method Summary
-
Methods inherited from class io.github.waterfallmc.waterfall.exception.ProxyCommandException
getArguments, getCommand, getCommandSender
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProxyTabCompleteException
public ProxyTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)
-
ProxyTabCompleteException
public ProxyTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)
-
ProxyTabCompleteException
protected ProxyTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)
-
-