Class DisguiseParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.libraryaddict.disguise.utilities.parser.DisguiseParseException
All Implemented Interfaces:
Serializable

public class DisguiseParseException extends Exception
See Also:
  • Constructor Details

    • DisguiseParseException

      public DisguiseParseException()
    • DisguiseParseException

      public DisguiseParseException(LibsMsg message, String... params)
    • DisguiseParseException

      public DisguiseParseException(String message)
    • DisguiseParseException

      public DisguiseParseException(String message, Throwable throwable)
    • DisguiseParseException

      public DisguiseParseException(Throwable throwable)
  • Method Details

    • send

      public void send(org.bukkit.command.CommandSender sender)