textbender.g.lang
Class Catcher.X

java.lang.Object
  extended by Catcher.X
Enclosing interface:
Catcher<S>

@ThreadSafe
public static final class Catcher.X
extends Object

Catcher utilities.


Method Summary
static void printStackTrace(Object source, Throwable t, PrintStream stream)
          Prints a source indication and a stack trace, to the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printStackTrace

public static void printStackTrace(Object source,
                                   Throwable t,
                                   PrintStream stream)
Prints a source indication and a stack trace, to the stream.