Uses of Enum Class
org.codelibs.fess.theme.ThemeManifestException.Code
Packages that use ThemeManifestException.Code
-
Uses of ThemeManifestException.Code in org.codelibs.fess.theme
Methods in org.codelibs.fess.theme that return ThemeManifestException.CodeModifier and TypeMethodDescriptionThemeManifestException.code()Returns the structured error code associated with this exception.static ThemeManifestException.CodeReturns the enum constant of this class with the specified name.static ThemeManifestException.Code[]ThemeManifestException.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codelibs.fess.theme with parameters of type ThemeManifestException.CodeModifierConstructorDescriptionThemeManifestException(ThemeManifestException.Code code, String message) Constructs an exception with the supplied structured code and message.ThemeManifestException(ThemeManifestException.Code code, String message, Throwable cause) Constructs an exception with the supplied structured code, message, and cause.