java.lang.Object
org.seppiko.glf.utils.Assert
public class Assert
extends java.lang.Object
GLF Assert Util
- Author:
- Leonard Woo
-
Constructor Summary
Constructors Constructor Description Assert() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Assert
public Assert()
-
-
Method Details
-
notNull
public static void notNull(java.lang.Object o, java.lang.String msg) -
isNull
public static void isNull(java.lang.Object o, java.lang.String msg)
-