Bees v0.5.0 API

bees.core
Class Assert.AssertFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--bees.core.Assert.AssertFailure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Assert

public static class Assert.AssertFailure
extends java.lang.Error

A run-time Error is thrown if an check fails. All AssertFailures must have a descriptive message.

See Also:
Serialized Form

Constructor Summary
Assert.AssertFailure(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Assert.AssertFailure

public Assert.AssertFailure(java.lang.String msg)
See Also:
Throwable.Throwable(String)

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/