public abstract class ExceptionUtil
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildMessageChain(java.lang.Throwable t)
Returns a one-line representation of an exception.
|
public static java.lang.String buildMessageChain(java.lang.Throwable t)
className.method:line#exceptionClassName(message) => causingClassName.method:line#exceptionClassName(message) => ... so on, up to the root-exceptionif no line-information is available:
className.method#exceptionClassName(message) => causingClassName.method#exceptionClassName(message) => ... so on, up to the root-exception
t - Copyright © 2012. All Rights Reserved.