Class DictionaryNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      DictionaryNotFoundException​(java.lang.String message)
      Constructs a DictionaryNotFoundException with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DictionaryNotFoundException

        public DictionaryNotFoundException​(java.lang.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).