Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DependencyException, EventHandlerException, PromiseChainException, SchedulerTaskException

public class BaseException extends RuntimeException
A custom runtime exception, used for throwing runtime errors related to improper API usage.
See Also:
  • Constructor Details

    • BaseException

      public BaseException(@NotNull @NotNull String message)
    • BaseException

      public BaseException(@NotNull @NotNull Throwable cause)
    • BaseException

      public BaseException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)