Module technology.sola.engine
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
Exception thrown when reading a GUI JSON file that uses a tag that has not been registered in
the
GuiJsonDocumentBuilder
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of this exception for the tag that was not registered. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingGuiElementJsonBlueprintException
Creates an instance of this exception for the tag that was not registered.- Parameters:
tag
- the element tag
-