Package com.djrapitops.plan.extension
Class NotReadyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.extension.NotReadyException
- All Implemented Interfaces:
Serializable
Exception to throw inside DataExtension if a method is not ready to be called (Data is not available etc).
This Exception will not cause Plan to "yell" about the exception.
Requires Capability#DATA_EXTENSION_NOT_READY_EXCEPTION.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotReadyException
public NotReadyException()Construct the exception.The Exception is not logged (Fails silently) so no message is available.
-