Class DictionaryException

All Implemented Interfaces:
Serializable

public class DictionaryException extends FessSystemException
Exception thrown when dictionary operations encounter errors. This exception is typically used for issues during dictionary file reading, writing, parsing, or other dictionary-related operations.
See Also:
  • Constructor Details

    • DictionaryException

      public DictionaryException(String message, Throwable cause)
      Creates a new DictionaryException with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause of the exception
    • DictionaryException

      public DictionaryException(String message)
      Creates a new DictionaryException with the specified message.
      Parameters:
      message - the detail message