es.cesar.quitesleep.utils
Class ExceptionUtils

java.lang.Object
  extended by es.cesar.quitesleep.utils.ExceptionUtils

public class ExceptionUtils
extends java.lang.Object

Author:
Cesar Valiente Gordo

Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
ExceptionUtils()
           
 
Method Summary
static java.lang.String exceptionTraceToString(java.lang.String exception, java.lang.StackTraceElement[] stackTrace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

ExceptionUtils

public ExceptionUtils()
Method Detail

exceptionTraceToString

public static java.lang.String exceptionTraceToString(java.lang.String exception,
                                                      java.lang.StackTraceElement[] stackTrace)
Parameters:
stackTrace -
Returns: