cz.cuni.amis.utils
Class NullCheck
java.lang.Object
cz.cuni.amis.utils.NullCheck
public class NullCheck
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullCheck
public NullCheck()
check
public static void check(Object obj,
String name)
- Throws
IllegalArgumentException
if obj == null. Used during the construction of the objects.
- Parameters:
obj
- name
-
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.