Class TagMisconfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
be.seeseemelk.mockbukkit.tags.TagMisconfigurationException
All Implemented Interfaces:
Serializable

public class TagMisconfigurationException extends Exception
An TagMisconfigurationException is thrown whenever a Tag contains illegal, invalid or unknown values.
See Also:
  • Constructor Details

    • TagMisconfigurationException

      public TagMisconfigurationException(@NotNull @NotNull org.bukkit.NamespacedKey key, @NotNull @NotNull String message)
      This constructs a new TagMisconfigurationException for the given Tag's NamespacedKey with the provided context.
      Parameters:
      key - The NamespacedKey of our Tag
      message - The message to display