jPOS 1.6.1 API Documentation

org.jpos.util
Class Asserter

java.lang.Object
  extended by org.jpos.util.Asserter

public class Asserter
extends java.lang.Object

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro P. Revilla

Constructor Summary
Asserter()
           
 
Method Summary
 Asserter check(boolean b)
           
 Asserter check(java.lang.Object obj)
           
 Asserter check(java.lang.Object obj1, java.lang.Object obj2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asserter

public Asserter()
Method Detail

check

public Asserter check(java.lang.Object obj)
               throws AssertFailedException
Throws:
AssertFailedException

check

public Asserter check(java.lang.Object obj1,
                      java.lang.Object obj2)
               throws AssertFailedException
Throws:
AssertFailedException

check

public Asserter check(boolean b)
               throws AssertFailedException
Throws:
AssertFailedException

jPOS.org