ch.bind.philib.lang
public abstract class ExceptionUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExceptionUtil() |
public static String buildMessageChain(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 © 2014. All Rights Reserved.