- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Swapper (0.02 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
* Test printStackTrace with cause */ public void test_printStackTraceWithCause() { Exception cause = new IOException("IO error"); CrawlerSystemException exception = new CrawlerSystemException("Wrapper exception", cause); StringWriter stringWriter = new StringWriter(); PrintWriter printWriter = new PrintWriter(stringWriter); exception.printStackTrace(printWriter);Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0)