Bees v0.5.0 API

Uses of Class
bees.core.Assert.AssertFailure

Packages that use Assert.AssertFailure
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of Assert.AssertFailure in bees.core
 

Methods in bees.core that throw Assert.AssertFailure
static void Assert.check(boolean test)
          Check a boolean is true.
static void Assert.check(boolean test, java.lang.String msg)
          Check a boolean is true.
static void Assert.check(java.lang.Object obj)
          Check that an object reference is not null.
static void Assert.require(boolean test)
          Require a boolean to be true.
static void Assert.require(java.lang.Object obj)
          Require an object reference to be non-null.
static void Assert.ensure(boolean test)
          Ensure a boolean is true.
static void Assert.ensure(java.lang.Object obj)
          Ensure an object reference is not null.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/