Class WordNotFoundException

All Implemented Interfaces:
Serializable

public class WordNotFoundException extends RuntimeException
An exception to indicate that there not enough words as expected.
See Also:
  • Constructor Details

    • WordNotFoundException

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

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