Searched defs:printStackTrace (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A D_TestIgnoredException.java43 public void printStackTrace(PrintStream s) { method in class:_TestIgnoredException
46 getCause().printStackTrace(s);
48 super.printStackTrace(s);

Completed in 10 milliseconds