de.danielbechler.util
Class Exceptions

java.lang.Object
  extended by de.danielbechler.util.Exceptions

public class Exceptions
extends Object

Author:
Daniel Bechler

Method Summary
static RuntimeException escalate(Exception e)
           
static RuntimeException escalate(String message, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

escalate

public static RuntimeException escalate(Exception e)

escalate

public static RuntimeException escalate(String message,
                                        Exception e)


Copyright © 2012. All Rights Reserved.