- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_throwAndCatchExceptionWithCause (0.35 seconds)
-
src/test/java/org/codelibs/fess/exception/StorageExceptionTest.java
} catch (StorageException e) { assertEquals(expectedMessage, e.getMessage()); assertNull(e.getCause()); } } @Test public void test_throwAndCatchExceptionWithCause() { // Test throwing and catching the exception with cause String expectedMessage = "Storage write error"; Exception expectedCause = new IllegalStateException("Invalid state");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.2K bytes - Click Count (0)