java.io.Serializable
public class ServerTabCompleteException extends ServerCommandException
Modifier | Constructor | Description |
---|---|---|
protected |
ServerTabCompleteException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Command command,
CommandSender commandSender,
java.lang.String[] arguments) |
|
|
ServerTabCompleteException(java.lang.String message,
java.lang.Throwable cause,
Command command,
CommandSender commandSender,
java.lang.String[] arguments) |
|
|
ServerTabCompleteException(java.lang.Throwable cause,
Command command,
CommandSender commandSender,
java.lang.String[] arguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArguments, getCommand, getCommandSender
public ServerTabCompleteException(java.lang.String message, java.lang.Throwable cause, Command command, CommandSender commandSender, java.lang.String[] arguments)
public ServerTabCompleteException(java.lang.Throwable cause, Command command, CommandSender commandSender, java.lang.String[] arguments)
protected ServerTabCompleteException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, java.lang.String[] arguments)
Copyright © 2018. All rights reserved.