Serializable
public 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, wait
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 © 2020. All rights reserved.