public class ProxyPluginException extends ProxyException
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyPluginException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin) |
|
ProxyPluginException(String message,
Throwable cause,
Plugin responsiblePlugin) |
|
ProxyPluginException(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 ProxyPluginException(String message, Throwable cause, Plugin responsiblePlugin)
public Plugin getResponsiblePlugin()
Copyright © 2015–2020 WaterfallMC. All rights reserved.