@Deprecated public class ExceptionUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExceptionUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stackTrace(Throwable eee)
Deprecated.
since 2.5, prefeur use
ExceptionUtils.getStackTrace(Throwable) |
@Deprecated public static String stackTrace(Throwable eee)
ExceptionUtils.getStackTrace(Throwable)Copyright © 2004-2012 CodeLutin. All Rights Reserved.