org.ektorp.util
Class Exceptions

java.lang.Object
  extended by org.ektorp.util.Exceptions

public final class Exceptions
extends Object

Author:
Henrik Lundgren created 1 nov 2009

Method Summary
static RuntimeException newRTE(String format, Object... args)
           
static RuntimeException propagate(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

propagate

public static RuntimeException propagate(Throwable e)

newRTE

public static RuntimeException newRTE(String format,
                                      Object... args)


Copyright © 2011. All Rights Reserved.