Serializablepublic class ServerTabCompleteException extends ServerCommandException
| Modifier | Constructor | Description | 
|---|---|---|
| protected  | ServerTabCompleteException(String message,
                          Throwable cause,
                          boolean enableSuppression,
                          boolean writableStackTrace,
                          Command command,
                          CommandSender commandSender,
                          String[] arguments) | |
|   | ServerTabCompleteException(String message,
                          Throwable cause,
                          Command command,
                          CommandSender commandSender,
                          String[] arguments) | |
|   | ServerTabCompleteException(Throwable cause,
                          Command command,
                          CommandSender commandSender,
                          String[] arguments) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArguments, getCommand, getCommandSenderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)
public ServerTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)
protected ServerTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)
Copyright © 2020. All rights reserved.