All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.Assert

edu.sc.seis.TauP.Assert

public class Assert
utility class for checking assertions. The methods simply throw an IllegalArguementException if the assertion is not met.


Constructor Index

 o Assert()

Method Index

 o isFalse(boolean, String)
 o isNotNull(Object, String)
 o isTrue(boolean, String)

Constructors

 o Assert
 public Assert()

Methods

 o isTrue
 public static void isTrue(boolean b,
                           String s) throws IllegalArgumentException
 o isFalse
 public static void isFalse(boolean b,
                            String s) throws IllegalArgumentException
 o isNotNull
 public static void isNotNull(Object o,
                              String s) throws IllegalArgumentException

All Packages  Class Hierarchy  This Package  Previous  Next  Index