Class UnknownMacroException

All Implemented Interfaces:
Serializable

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

    • UnknownMacroException

      public UnknownMacroException(String spellerName, char macroName)
      Create an unknown macro exception.
      Parameters:
      spellerName - The name of the speller that has no macro for the specified name.
      macroName - The macro rule that could not be found.
  • Method Details

    • getMacroName

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