cz.cuni.amis.utils
Class NullCheck

Package class diagram package NullCheck
java.lang.Object
  extended by cz.cuni.amis.utils.NullCheck

public class NullCheck
extends Object


Constructor Summary
NullCheck()
           
 
Method Summary
static void check(Object obj, 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(Object obj,
                         String name)
Throws IllegalArgumentException if obj == null. Used during the construction of the objects.

Parameters:
obj -
name -


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.