public class ProxyTabCompleteException extends ProxyCommandException
Modifier | Constructor and 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) |
getArguments, getCommand, getCommandSender
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)
public ProxyTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)
protected ProxyTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)
Copyright © 2021. All rights reserved.