- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DictionaryException (0.17 seconds)
-
src/main/java/org/codelibs/fess/dict/DictionaryException.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/DictionaryExceptionTest.java
} @Test public void test_instanceof_FessSystemException() { // Test that DictionaryException is instance of FessSystemException DictionaryException exception = new DictionaryException("Test"); assertTrue(exception instanceof org.codelibs.fess.exception.FessSystemException); assertTrue(exception instanceof RuntimeException);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8K bytes - Click Count (0)