Class FormThemeRuntimeException

    • Constructor Detail

      • FormThemeRuntimeException

        protected FormThemeRuntimeException​(String message)
        Creates a new exception with the given message.
        Parameters:
        message - The message with details regarding the exception.
      • FormThemeRuntimeException

        protected FormThemeRuntimeException​(String message,
                                            Throwable cause)
        Creates a new exception with the given message and cause.
        Parameters:
        message - The message with details regarding the exception.
        cause - The underlying cause of the exception.
      • FormThemeRuntimeException

        protected FormThemeRuntimeException​(Throwable cause)
        Creates a new exception with the given cause.
        Parameters:
        cause - The underlying cause of the exception.