Class ProxyExceptionEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
io.github.waterfallmc.waterfall.event.ProxyExceptionEvent
Called whenever an exception is thrown in a recoverable section of the server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the wrapped exception that was thrown.
-
Constructor Details
-
ProxyExceptionEvent
-
-
Method Details
-
getException
Gets the wrapped exception that was thrown.- Returns:
- Exception thrown
-