|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ulc.util.Assert
A basic assertion mechansim.
Constructor Summary | |
Assert()
|
Method Summary | |
static void |
isNotNull(java.lang.Object o)
|
static boolean |
isTrue(boolean expression)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Assert()
Method Detail |
public static void isNotNull(java.lang.Object o) throws java.lang.IllegalArgumentException
public static boolean isTrue(boolean expression) throws java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |