- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PluginException (1.13 sec)
-
src/test/java/org/codelibs/fess/exception/PluginExceptionTest.java
PluginException exception = new PluginException(message, cause); assertNotNull(exception); assertEquals(message, exception.getMessage()); assertEquals(cause, exception.getCause()); } public void test_constructor_withNullMessage() { // Test constructor with null message PluginException exception = new PluginException(null);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.9K bytes - Viewed (0)