- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for methodThatThrowsException (0.12 seconds)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
*/ public void test_exceptionInMethod() { try { methodThatThrowsException(); fail("Should have thrown CrawlerSystemException"); } catch (CrawlerSystemException e) { assertEquals("Method exception", e.getMessage()); } } private void methodThatThrowsException() { throw new CrawlerSystemException("Method exception"); } /**Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Wed Sep 03 14:42:53 GMT 2025 - 20K bytes - Click Count (0)