Class ImperatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
studio.mevera.imperat.exception.ImperatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CooldownException, InvalidSourceException, InvalidSyntaxException, NoHelpException, NoHelpPageException, OnlyConsoleAllowedException, OnlyPlayerAllowedException, ParseException, PermissionDeniedException, ProcessorException, SelfHandledException, ShortHandFlagException, SourceException

@AvailableSince("1.0.0") public class ImperatException extends Exception
See Also:
  • Constructor Details

    • ImperatException

      public ImperatException(String message, Throwable cause, Context<?> ctx)
    • ImperatException

      public ImperatException(String message, Context<?> ctx)
    • ImperatException

      public ImperatException(Context<?> ctx)
  • Method Details

    • getCtx

      public Context<?> getCtx()