public class ServerSchedulerException extends ServerPluginException
Modifier | Constructor and Description |
---|---|
protected |
ServerSchedulerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
BukkitTask task) |
|
ServerSchedulerException(String message,
Throwable cause,
BukkitTask task) |
|
ServerSchedulerException(Throwable cause,
BukkitTask task) |
Modifier and Type | Method and Description |
---|---|
BukkitTask |
getTask()
Gets the task which threw the exception
|
getResponsiblePlugin
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerSchedulerException(String message, Throwable cause, BukkitTask task)
public ServerSchedulerException(Throwable cause, BukkitTask task)
protected ServerSchedulerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, BukkitTask task)
public BukkitTask getTask()
Copyright © 2021. All rights reserved.