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
|
getResponsiblePluginaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2022. All rights reserved.