Class SuggestionTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.analysis.hunspell.SuggestionTimeoutException
All Implemented Interfaces:
Serializable

public class SuggestionTimeoutException extends RuntimeException
An exception thrown when Hunspell.suggest(java.lang.String) call takes too long, if TimeoutPolicy.THROW_EXCEPTION is used.
See Also: