dspl.errorhandling
Class ArgsChecker

java.lang.Object
  extended by dspl.errorhandling.ArgsChecker

public class ArgsChecker
extends java.lang.Object

ArgsChecker is a simple utility class which contains commonly used checking functions.
Includes things like making sure a variable isn't null or that two arguements are of same type.
All functions should generate the appriopriate error/exception.

Author:
David

Constructor Summary
ArgsChecker()
           
 
Method Summary
static void notNull(java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgsChecker

public ArgsChecker()
Method Detail

notNull

public static void notNull(java.lang.Object arg)