at.molindo.utils.data
Class ExceptionUtils

java.lang.Object
  extended by at.molindo.utils.data.ExceptionUtils

public class ExceptionUtils
extends Object


Method Summary
static String getAllMessages(Throwable t)
           
static
<T> T
unexpected(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllMessages

public static String getAllMessages(Throwable t)
Parameters:
t -
Returns:
a string containing all messages from causes of t concatenated using ", caused by " as separator

unexpected

public static <T> T unexpected(Throwable t)


Copyright © 2011 Molindo GmbH. All Rights Reserved.