Class UnknownSpellerException

All Implemented Interfaces:
Serializable

public class UnknownSpellerException extends SpellerException
This exception is used to indicate that a speller does not exist.
Since:
6.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownSpellerException

      public UnknownSpellerException(String spellerName)
      Create an unknown speller exception.
      Parameters:
      spellerName - The speller that could not be found.
  • Method Details

    • getSpellerName

      public String getSpellerName()
      This method returns the name of the speller that could not be found.
      Returns:
      Name of the unknown speller.