edu.sc.seis.fissuresUtil.exceptionHandler
Class ExceptionReporterUtils

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.exceptionHandler.ExceptionReporterUtils

public class ExceptionReporterUtils
extends java.lang.Object


Constructor Summary
ExceptionReporterUtils()
           
 
Method Summary
static java.lang.String getClassName(java.lang.Object o)
           
static java.lang.String getMemoryUsage()
           
static java.lang.String getSysInfo()
           
static java.lang.String getTrace(java.lang.Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionReporterUtils

public ExceptionReporterUtils()
Method Detail

getTrace

public static java.lang.String getTrace(java.lang.Throwable exception)

getSysInfo

public static java.lang.String getSysInfo()

getClassName

public static java.lang.String getClassName(java.lang.Object o)

getMemoryUsage

public static java.lang.String getMemoryUsage()