Class ProxyExceptionEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
io.github.waterfallmc.waterfall.event.ProxyExceptionEvent

public class ProxyExceptionEvent extends Event
Called whenever an exception is thrown in a recoverable section of the server.
  • Constructor Details

    • ProxyExceptionEvent

      public ProxyExceptionEvent(ProxyException exception)
  • Method Details

    • getException

      public ProxyException getException()
      Gets the wrapped exception that was thrown.
      Returns:
      Exception thrown