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 Summary
Constructors Constructor Description ProxyExceptionEvent(ProxyException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyException
getException()
Gets the wrapped exception that was thrown.
-
-
-
Constructor Detail
-
ProxyExceptionEvent
public ProxyExceptionEvent(ProxyException exception)
-
-
Method Detail
-
getException
public ProxyException getException()
Gets the wrapped exception that was thrown.- Returns:
- Exception thrown
-
-