Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_instanceOfRuntimeException (1.08 sec)

  1. src/test/java/org/codelibs/fess/exception/ServletRuntimeExceptionTest.java

            // Verify the message contains the exception class name
            assertTrue(runtimeException.getMessage().contains(ServletException.class.getName()));
        }
    
        public void test_instanceOfRuntimeException() {
            // Create and wrap a ServletException
            ServletException servletException = new ServletException("Test error");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top