Class 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:
    Serialized Form
    • Constructor Detail

      • 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