Class CustomItemDefinitionRegisterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.geysermc.geyser.api.item.custom.v2.CustomItemDefinitionRegisterException
All Implemented Interfaces:
Serializable

public class CustomItemDefinitionRegisterException extends RuntimeException
Thrown when there was an error registering the custom item definition. The exception message will have details as to what went wrong.
Since:
2.9.3
See Also:
  • Constructor Details

    • CustomItemDefinitionRegisterException

      public CustomItemDefinitionRegisterException(String message)