zeus.util
Class Assert
java.lang.Object
zeus.util.Assert
- public class Assert
- extends java.lang.Object
|
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 |
Assert
public Assert()
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.