Class WordNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WordNotFoundException
    extends java.lang.RuntimeException
    An exception to indicate that there not enough words as expected.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WordNotFoundException()
      Creates a new WordNotFoundException object.
      WordNotFoundException​(java.lang.String s)
      Creates a new WordNotFoundException object.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • WordNotFoundException

        public WordNotFoundException()
        Creates a new WordNotFoundException object.
      • WordNotFoundException

        public WordNotFoundException​(java.lang.String s)
        Creates a new WordNotFoundException object.
        Parameters:
        s - a message.