Package be.seeseemelk.mockbukkit.tags
Class TagMisconfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.seeseemelk.mockbukkit.tags.TagMisconfigurationException
- All Implemented Interfaces:
Serializable
An
TagMisconfigurationException is thrown whenever a Tag contains illegal, invalid or unknown values.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTagMisconfigurationException(@NotNull org.bukkit.NamespacedKey key, @NotNull String message) This constructs a newTagMisconfigurationExceptionfor the givenTag'sNamespacedKeywith the provided context. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TagMisconfigurationException
public TagMisconfigurationException(@NotNull @NotNull org.bukkit.NamespacedKey key, @NotNull @NotNull String message) This constructs a newTagMisconfigurationExceptionfor the givenTag'sNamespacedKeywith the provided context.- Parameters:
key- TheNamespacedKeyof ourTagmessage- The message to display
-