public class ServerPluginException extends ServerException
| Modifier | Constructor and Description |
|---|---|
protected |
ServerPluginException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin) |
|
ServerPluginException(String message,
Throwable cause,
Plugin responsiblePlugin) |
|
ServerPluginException(Throwable cause,
Plugin responsiblePlugin) |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
getResponsiblePlugin()
Gets the plugin which is directly responsible for the exception being thrown
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerPluginException(String message, Throwable cause, Plugin responsiblePlugin)
public Plugin getResponsiblePlugin()
Copyright © 2021. All rights reserved.