Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.eldoria.eldoutilities.commands.exceptions.CommandException
All Implemented Interfaces:
Serializable

public class CommandException extends RuntimeException
See Also:
  • Method Details

    • message

      public static CommandException message(String message, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver replacements)
    • message

      public static CommandException message(String message, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver... replacements)
    • message

      public static CommandException message(String message)
    • silent

      public static CommandException silent()
    • localized

      public String localized(ILocalizer localizer)
    • replacements

      public net.kyori.adventure.text.minimessage.tag.resolver.TagResolver replacements()
    • isSilent

      public boolean isSilent()
    • fillInStackTrace

      public Throwable fillInStackTrace()
      Overrides:
      fillInStackTrace in class Throwable