java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.stefvanschie.inventoryframework.exception.XMLLoadException
All Implemented Interfaces:
Serializable

public class XMLLoadException extends RuntimeException
An exception indicating that something went wrong while trying to load a Gui from an XML file.
Since:
0.3.0
See Also:
  • Constructor Details

    • XMLLoadException

      public XMLLoadException(@NotNull @NotNull String message)
      Constructs the exception with a given message
      Parameters:
      message - the message to show
      Since:
      0.3.0
    • XMLLoadException

      public XMLLoadException(@NotNull @NotNull Throwable cause)
      Constructs the exception with a given cause
      Parameters:
      cause - the cause of this exception
      Since:
      0.3.1
    • XMLLoadException

      public XMLLoadException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)
      Constructs the exception with a given message and cause
      Parameters:
      message - the message to show
      cause - the cause of this exception