Package dev.demeng.pluginbase.exceptions
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.demeng.pluginbase.exceptions.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DependencyException,EventHandlerException,PromiseChainException,SchedulerTaskException
A custom runtime exception, used for throwing runtime errors related to improper API usage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(@NotNull String message) BaseException(@NotNull String message, @NotNull Throwable cause) BaseException(@NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-
BaseException
-