Uses of Enum Class
org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Packages that use StaticThemeInstaller.InstallException.Code
-
Uses of StaticThemeInstaller.InstallException.Code in org.codelibs.fess.theme
Methods in org.codelibs.fess.theme that return StaticThemeInstaller.InstallException.CodeModifier and TypeMethodDescriptionStaticThemeInstaller.InstallException.code()Returns the structured error code associated with this exception.Returns the enum constant of this class with the specified name.StaticThemeInstaller.InstallException.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 StaticThemeInstaller.InstallException.CodeModifierConstructorDescriptionConstructs an exception with the supplied structured code.InstallException(StaticThemeInstaller.InstallException.Code code, String msg, Throwable cause) Constructs an exception with the supplied structured code and a cause.