Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setThrowRuntimeException (0.27 sec)

  1. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

            indexUpdater.setSessionIdList(sessionIdList);
            indexUpdater.maxErrorCount = 0;
    
            // Make dataService throw runtime exception
            ((TestDataService) dataService).setThrowRuntimeException(true);
    
            indexUpdater.start();
    
            // Give the thread time to process exceptions
            Thread.sleep(2000);
    
            // Clean up the thread
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 33K bytes
    - Viewed (0)
Back to top