- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ExceptionThrown (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
Thread.sleep(100); boolean exceptionThrown = false; String exceptionMessage = null; try { suggester.switchIndex(); fail("Should throw SuggesterException for unexpected update indices count"); } catch (SuggesterException e) { exceptionThrown = true; exceptionMessage = e.getMessage();
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 13.4K bytes - Click Count (0)