Class ExceptionEmbedBuilder

java.lang.Object
net.dv8tion.jda.api.EmbedBuilder
com.reign.kat.lib.embeds.GenericEmbedBuilder
com.reign.kat.lib.embeds.ExceptionEmbedBuilder

public class ExceptionEmbedBuilder extends GenericEmbedBuilder
  • Field Summary

    Fields inherited from class net.dv8tion.jda.api.EmbedBuilder

    URL_PATTERN, ZERO_WIDTH_SPACE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExceptionEmbedBuilder(String emoji, String errorTitle, String errorMsg)
     
  • Method Summary

    Methods inherited from class net.dv8tion.jda.api.EmbedBuilder

    addBlankField, addField, addField, appendDescription, build, clear, clearFields, copyFrom, copyFrom, getDescriptionBuilder, getFields, isEmpty, isValidLength, length, setAuthor, setAuthor, setAuthor, setColor, setColor, setDescription, setFooter, setFooter, setImage, setThumbnail, setTimestamp, setTitle, setTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionEmbedBuilder

      public ExceptionEmbedBuilder(String emoji, String errorTitle, String errorMsg)