|
|||||||||
| Home >> All >> com >> synchrona >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.synchrona.util
Class Assert

java.lang.Objectcom.synchrona.util.Assert
- public class Assert
- extends java.lang.Object
| Field Summary | |
private static Log |
s_log
|
| Constructor Summary | |
Assert()
|
|
| Method Summary | |
static void |
fail(boolean bCondition,
java.lang.String strMessage)
|
static void |
setLog(Log log)
|
static void |
warn(boolean bCondition,
java.lang.String strMessage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
s_log
private static Log s_log
| Constructor Detail |
Assert
public Assert()
| Method Detail |
setLog
public static void setLog(Log log)
fail
public static void fail(boolean bCondition,
java.lang.String strMessage)
throws java.lang.Exception
warn
public static void warn(boolean bCondition,
java.lang.String strMessage)
|
|||||||||
| Home >> All >> com >> synchrona >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.synchrona.util.Assert