cz.cuni.amis.utils
Class NullCheck

java.lang.Object
  extended by cz.cuni.amis.utils.NullCheck

public class NullCheck
extends java.lang.Object


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

NullCheck

public NullCheck()
Method Detail

check

public static void check(java.lang.Object obj,
                         java.lang.String name)
Throws IllegalArgumentException if obj == null. Used during the construction of the objects.

Parameters:
obj -
name -