com.ibm.ulc.util
Class Assert

java.lang.Object
  |
  +--com.ibm.ulc.util.Assert

public class Assert
extends java.lang.Object

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

Assert

public Assert()
Method Detail

isNotNull

public static void isNotNull(java.lang.Object o)
                      throws java.lang.IllegalArgumentException

isTrue

public static boolean isTrue(boolean expression)
                      throws java.lang.IllegalArgumentException