org.exoplatform.commons.utils
Class ExceptionUtil

java.lang.Object
  extended by org.exoplatform.commons.utils.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

Jul 8, 2004


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static java.lang.String getExoStackTrace(java.lang.Throwable t)
           
static java.lang.Throwable getRootCause(java.lang.Throwable t)
           
static java.lang.String getStackTrace(java.lang.Throwable t, int numberOfLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

getExoStackTrace

public static java.lang.String getExoStackTrace(java.lang.Throwable t)

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable t,
                                             int numberOfLine)

getRootCause

public static java.lang.Throwable getRootCause(java.lang.Throwable t)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.