java.lang.Object | +----Assert
public static void notFalse(boolean b) throws IllegalArgumentException
public static void notNull(Object obj) throws IllegalArgumentException
public static void notFalse(boolean b, String s) throws IllegalArgumentException
public static void notNull(Object obj, String s) throws IllegalArgumentException