Class GuiNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.toberocat.guiengine.exception.GuiNotFoundRuntimeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a new `GuiNotFoundRuntimeException` with the specified GUI ID. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GuiNotFoundRuntimeException
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.
-