Class DictionaryNotFoundException

All Implemented Interfaces:
Serializable

public class DictionaryNotFoundException extends DictionaryException
Thrown when the specified dictionary is not found.
Since:
2.2
See Also:
  • Constructor Details

    • DictionaryNotFoundException

      public DictionaryNotFoundException(String message)
      Constructs a DictionaryNotFoundException with the specified message.
      Parameters:
      message - The detail message (that is saved for later retrieval by the AbstractCheckedException.getMessage() method).