java.io.Serializablepublic class ServerSchedulerException extends ServerPluginException
| Modifier | Constructor | Description |
|---|---|---|
protected |
ServerSchedulerException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
BukkitTask task) |
|
|
ServerSchedulerException(java.lang.String message,
java.lang.Throwable cause,
BukkitTask task) |
|
|
ServerSchedulerException(java.lang.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, waitgetResponsiblePluginpublic ServerSchedulerException(java.lang.String message,
java.lang.Throwable cause,
BukkitTask task)
public ServerSchedulerException(java.lang.Throwable cause,
BukkitTask task)
protected ServerSchedulerException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
BukkitTask task)
public BukkitTask getTask()
Copyright © 2018. All rights reserved.