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