Serializablepublic class ServerSchedulerException extends ServerPluginException
| Modifier | Constructor | 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 | Description |
|---|---|---|
BukkitTask |
getTask() |
Gets the task which threw the exception
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResponsiblePluginaddSuppressed, 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 © 2020. All rights reserved.