|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.util.ExceptionHandler
public class ExceptionHandler
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 |
---|
public ExceptionHandler()
Method Detail |
---|
public static java.lang.Throwable translate(java.lang.Throwable e)
public static void handle(java.lang.Throwable e)
public static boolean isDeadLock(java.lang.Throwable e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |