Package org.codelibs.fess.dict
Class DictionaryExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.dict.DictionaryExpiredException
- All Implemented Interfaces:
Serializable
Exception thrown when a dictionary has expired and is no longer valid.
This runtime exception indicates that a dictionary file or dictionary data
has exceeded its lifetime and should be refreshed or reloaded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of DictionaryExpiredException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DictionaryExpiredException
public DictionaryExpiredException()Creates a new instance of DictionaryExpiredException. This constructor initializes the exception to indicate that a dictionary has expired and is no longer valid for use.
-