Class ServerTabCompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.destroystokyo.paper.exception.ServerException
com.destroystokyo.paper.exception.ServerCommandException
com.destroystokyo.paper.exception.ServerTabCompleteException
- All Implemented Interfaces:
- Serializable
Called when a tab-complete request throws an exception
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedServerTabCompleteException(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) 
- 
Method SummaryMethods inherited from class com.destroystokyo.paper.exception.ServerCommandExceptiongetArguments, getCommand, getCommandSenderMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerTabCompleteExceptionpublic ServerTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments) 
- 
ServerTabCompleteExceptionpublic ServerTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments) 
- 
ServerTabCompleteExceptionprotected ServerTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments) 
 
-