public class TagMisconfigurationException
extends java.lang.Exception
TagMisconfigurationException is thrown whenever a Tag contains illegal, invalid or unknown values.| Constructor and Description |
|---|
TagMisconfigurationException(@NotNull org.bukkit.NamespacedKey key,
@NotNull java.lang.String message)
This constructs a new
TagMisconfigurationException for the given Tag's NamespacedKey with
the provided context. |
public TagMisconfigurationException(@NotNull
@NotNull org.bukkit.NamespacedKey key,
@NotNull
@NotNull java.lang.String message)
TagMisconfigurationException for the given Tag's NamespacedKey with
the provided context.key - The NamespacedKey of our Tagmessage - The message to display