org.nuiton.util
Class ExceptionUtil

java.lang.Object
  extended by org.nuiton.util.ExceptionUtil

Deprecated. since 2.5, will be removed and not replaced in version 2.6

@Deprecated
public class ExceptionUtil
extends Object


Constructor Summary
protected ExceptionUtil()
          Deprecated.  
 
Method Summary
static String stackTrace(Throwable eee)
          Deprecated. since 2.5, prefeur use ExceptionUtils.getStackTrace(Throwable)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

protected ExceptionUtil()
Deprecated. 
Method Detail

stackTrace

@Deprecated
public static String stackTrace(Throwable eee)
Deprecated. since 2.5, prefeur use ExceptionUtils.getStackTrace(Throwable)



Copyright © 2004-2012 CodeLutin. All Rights Reserved.