Class ThemeException

All Implemented Interfaces:
Serializable

public class ThemeException extends FessSystemException
Exception thrown when theme-related operations fail. This exception is used for errors during theme installation, uninstallation, or configuration.
See Also:
  • Constructor Details

    • ThemeException

      public ThemeException(String message, Throwable cause)
      Constructs a new ThemeException with the specified message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this exception
    • ThemeException

      public ThemeException(String message)
      Constructs a new ThemeException with the specified message.
      Parameters:
      message - the exception message