Class MissingRequiredParamException

All Implemented Interfaces:
Serializable

public class MissingRequiredParamException extends InvalidGuiComponentException
Represents an exception that occurs when a required parameter is missing while generating a GUI component.

Created: 13.07.2023 Author: Tobias Madlberger (Tobias)

See Also:
  • Constructor Details

    • MissingRequiredParamException

      public MissingRequiredParamException(@NotNull @NotNull AbstractGuiComponentBuilder<?> builder, @NotNull @NotNull String parameterName)
      Constructs a new `MissingRequiredParamException` with the specified information.
      Parameters:
      builder - The `AbstractGuiComponentBuilder` instance that is missing the required parameter.
      parameterName - The name of the missing required parameter.