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.
- Since:
- 1.9.4
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ServerExceptionEvent
-
-
Method Details
-
getException
Gets the wrapped exception that was thrown.- Returns:
- Exception thrown
- Since:
- 1.9.4
-
getHandlers
- Specified by:
getHandlersin classEvent- Since:
- 1.9.4
-
getHandlerList
- Since:
- 1.9.4
-