net.sf.jzeno.util
Class ExceptionHandler

java.lang.Object
  extended by net.sf.jzeno.util.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object

Generic exception handlers, to avoid duplicating this code in all the business facades.


Constructor Summary
ExceptionHandler()
           
 
Method Summary
static void handle(java.lang.Throwable e)
           
static boolean isDeadLock(java.lang.Throwable e)
           
static java.lang.Throwable translate(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

translate

public static java.lang.Throwable translate(java.lang.Throwable e)

handle

public static void handle(java.lang.Throwable e)

isDeadLock

public static boolean isDeadLock(java.lang.Throwable e)