|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.utils.NullCheck
public class NullCheck
Constructor Summary | |
---|---|
NullCheck()
|
Method Summary | |
---|---|
static void |
check(java.lang.Object obj,
java.lang.String name)
Throws IllegalArgumentException if obj == null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullCheck()
Method Detail |
---|
public static void check(java.lang.Object obj, java.lang.String name)
IllegalArgumentException
if obj == null. Used during the construction of the objects.
obj
- name
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |