public class ServerEventException extends ServerPluginException
Modifier | Constructor and Description |
---|---|
protected |
ServerEventException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin,
Listener listener,
Event event) |
|
ServerEventException(String message,
Throwable cause,
Plugin responsiblePlugin,
Listener listener,
Event event) |
|
ServerEventException(Throwable cause,
Plugin responsiblePlugin,
Listener listener,
Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
getEvent()
Gets the event which caused the exception
|
Listener |
getListener()
Gets the listener which threw the exception
|
getResponsiblePlugin
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021. All rights reserved.