|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ulc.util.Halt
hard halt on errors - useful with things like servlets where there are global traps for all errors to make sure the server stays up - in that case things like Assert won't work. its also more convenient as you can resume execution
Constructor Summary | |
Halt()
|
Method Summary | |
static void |
now()
|
static void |
unless(boolean condition)
|
static void |
when(boolean condition)
|
static void |
whenNull(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Halt()
Method Detail |
public static void now()
public static void unless(boolean condition)
public static void when(boolean condition)
public static void whenNull(java.lang.Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |