Package org.codelibs.fess.exception
Class ThemeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.ThemeException
- All Implemented Interfaces:
Serializable
Exception thrown when theme-related operations fail.
This exception is used for errors during theme installation, uninstallation, or configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThemeException(String message) Constructs a new ThemeException with the specified message.ThemeException(String message, Throwable cause) Constructs a new ThemeException with the specified message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThemeException
Constructs a new ThemeException with the specified message and cause.- Parameters:
message- the exception messagecause- the underlying cause of this exception
-
ThemeException
Constructs a new ThemeException with the specified message.- Parameters:
message- the exception message
-