Package com.teamdev.jxbrowser.spellcheck
Interface SanitationError
public interface SanitationError
A sanitation error occurred when modifying the spell check dictionary.
Before a word is added to or removed from the dictionary, it undergoes a sanitation process that filters out duplicates, invalid words, and words that are missing from the dictionary.
- Since:
- 8.14.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault SanitationErrorReasonreason()The reason why the word failed sanitation.default Stringword()The word that failed sanitation.
-
Method Details
-
word
The word that failed sanitation. -
reason
The reason why the word failed sanitation.
-