Class ServerExceptionEvent
java.lang.Object
org.bukkit.event.Event
com.destroystokyo.paper.event.server.ServerExceptionEvent
Called whenever an exception is thrown in a recoverable section of the server.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the wrapped exception that was thrown.static @NotNull HandlerList
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ServerExceptionEvent
-
-
Method Details
-
getException
Gets the wrapped exception that was thrown.- Returns:
- Exception thrown
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-