MjSip Stack
v1.6

org.zoolu.tools
Class ExceptionPrinter

java.lang.Object
  |
  +--org.zoolu.tools.ExceptionPrinter

public class ExceptionPrinter
extends java.lang.Object

Class ExceptionPrinter just contains method getStackTrace(Exception e) for getting a String reporting the stack-trace and description of Exception e.


Constructor Summary
ExceptionPrinter()
           
 
Method Summary
static java.lang.String getStackTraceOf(java.lang.Exception e)
          Gets the stack-trace and description of Exception e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionPrinter

public ExceptionPrinter()
Method Detail

getStackTraceOf

public static java.lang.String getStackTraceOf(java.lang.Exception e)
Gets the stack-trace and description of Exception e.
Returns:
It returns a String with the stack-trace and description of the Exception.

MjSip Stack
v1.6