Class XMLLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.despical.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:
1.0.1

Created at 04.09.2020

Author:
Despical
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:
      1.0.1
    • XMLLoadException

      public XMLLoadException(@NotNull @NotNull Throwable cause)
      Constructs the exception with a given cause
      Parameters:
      cause - the cause of this exception
      Since:
      1.0.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