Uses of Class
io.github.waterfallmc.waterfall.exception.ProxyException
-
Packages that use ProxyException Package Description io.github.waterfallmc.waterfall.event io.github.waterfallmc.waterfall.exception -
-
Uses of ProxyException in io.github.waterfallmc.waterfall.event
Methods in io.github.waterfallmc.waterfall.event that return ProxyException Modifier and Type Method Description ProxyExceptionProxyExceptionEvent. getException()Gets the wrapped exception that was thrown.Constructors in io.github.waterfallmc.waterfall.event with parameters of type ProxyException Constructor Description ProxyExceptionEvent(ProxyException exception) -
Uses of ProxyException in io.github.waterfallmc.waterfall.exception
Subclasses of ProxyException in io.github.waterfallmc.waterfall.exception Modifier and Type Class Description classProxyCommandExceptionThrown when a command throws an exceptionclassProxyEventExceptionException thrown when a server event listener throws an exceptionclassProxyInternalExceptionThrown when the internal server throws a recoverable exception.classProxyPluginEnableDisableExceptionThrown whenever there is an exception with any enabling or disabling of plugins.classProxyPluginExceptionWrapper exception for all cases to which a plugin can be immediately blamed forclassProxyPluginMessageExceptionThrown when an incoming plugin message channel throws an exceptionclassProxySchedulerExceptionThrown when a plugin's scheduler fails with an exceptionclassProxyTabCompleteExceptionCalled when a tab-complete request throws an exception
-