- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DataStoreCrawlingException (0.11 seconds)
-
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
DataStoreCrawlingException exception1 = new DataStoreCrawlingException(url, message, ioException); assertTrue(exception1.getCause() instanceof java.io.IOException); // Test with IllegalArgumentException IllegalArgumentException argException = new IllegalArgumentException("Invalid URL format");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
return null; } catch (final ChildUrlsException | DataStoreCrawlingException e) { throw e; } catch (final Exception e) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final Object configId = dataMap.get(fessConfig.getIndexFieldConfigId()); throw new DataStoreCrawlingException(url, "Failed to add document. url: " + url + ", configId: " + configId, e);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3)