Class Assert

Class Assert

java.lang.Object
   |
   +----Assert

class Assert
extends Object
A simple assertion mechanism for asserting validity of arguments.

Version:
1.0, Apr 1 1996
Author:
David Geary

Method Index

 o notFalse(boolean)
 o notFalse(boolean, String)
 o notNull(Object)
 o notNull(Object, String)

Methods

 o notFalse
  public static void notFalse(boolean b) throws IllegalArgumentException
 o notNull
  public static void notNull(Object obj) throws IllegalArgumentException
 o notFalse
  public static void notFalse(boolean b,
                              String s) throws IllegalArgumentException
 o notNull
  public static void notNull(Object obj,
                             String s) throws IllegalArgumentException