Class MissingGuiElementJsonBlueprintException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.graphics.gui.json.exception.MissingGuiElementJsonBlueprintException
All Implemented Interfaces:
Serializable

@NullMarked public class MissingGuiElementJsonBlueprintException extends RuntimeException
Exception thrown when reading a GUI JSON file that uses a tag that has not been registered in the GuiJsonDocumentBuilder.
See Also:
  • Constructor Details

    • MissingGuiElementJsonBlueprintException

      public MissingGuiElementJsonBlueprintException(String tag)
      Creates an instance of this exception for the tag that was not registered.
      Parameters:
      tag - the element tag