zeus.util
Class Assert

java.lang.Object
  extended byzeus.util.Assert

public class Assert
extends java.lang.Object


Constructor Summary
Assert()
           
 
Method Summary
static void notFalse(boolean b)
           
static void notFalse(boolean b, java.lang.String s)
           
static void notNull(java.lang.Object obj)
           
static void notNull(java.lang.Object obj, java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assert

public Assert()
Method Detail

notFalse

public static final void notFalse(boolean b)
                           throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

notNull

public static final void notNull(java.lang.Object obj)
                          throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

notFalse

public static final void notFalse(boolean b,
                                  java.lang.String s)
                           throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

notNull

public static final void notNull(java.lang.Object obj,
                                 java.lang.String s)
                          throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.