Class GuiNotFoundRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.toberocat.guiengine.exception.GuiNotFoundRuntimeException
All Implemented Interfaces:
Serializable

public class GuiNotFoundRuntimeException extends RuntimeException
Represents a runtime exception that occurs when a GUI is not found in the specified GUI folder.

Created: 05/02/2023 Author: Tobias Madlberger (Tobias)

See Also:
  • Constructor Details

    • GuiNotFoundRuntimeException

      public GuiNotFoundRuntimeException(String gui)
      Constructs a new `GuiNotFoundRuntimeException` with the specified GUI ID.
      Parameters:
      gui - The ID of the GUI that wasn't found in the specified GUI folder.