public class ServerExceptionEvent extends Event
Event.Result
Constructor | Description |
---|---|
ServerExceptionEvent(ServerException exception) |
Modifier and Type | Method | Description |
---|---|---|
ServerException |
getException() |
Gets the wrapped exception that was thrown.
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
callEvent, getEventName, isAsynchronous
public ServerExceptionEvent(@NotNull ServerException exception)
@NotNull public ServerException getException()
@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.