- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BOOM3 (0.82 sec)
-
impl/maven-core/src/test/java/org/apache/maven/exception/DefaultExceptionHandlerTest.java
} @Test void testHandleExceptionSelfReferencing() { RuntimeException boom3 = new RuntimeException("BOOM3"); RuntimeException boom2 = new RuntimeException("BOOM2", boom3); RuntimeException boom1 = new RuntimeException("BOOM1", boom2); boom3.initCause(boom1); DefaultExceptionHandler handler = new DefaultExceptionHandler();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.3K bytes - Viewed (0)