Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_throwAndCatch (0.05 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java

            assertEquals(original.getCause().getClass(), deserialized.getCause().getClass());
        }
    
        /**
         * Test throwing and catching the exception
         */
        public void test_throwAndCatch() {
            try {
                throw new CrawlerSystemException("Test throw");
            } catch (CrawlerSystemException e) {
                assertEquals("Test throw", e.getMessage());
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Wed Sep 03 14:42:53 UTC 2025
    - 20K bytes
    - Viewed (0)
Back to top