Uses of Class
com.gridsystems.exceptions.NullParameterException

Packages that use NullParameterException
com.gridsystems.innergrid.kernel.genericutils   
 

Uses of NullParameterException in com.gridsystems.innergrid.kernel.genericutils
 

Methods in com.gridsystems.innergrid.kernel.genericutils that throw NullParameterException
static java.lang.String ApiUtils.checkEmptyName(java.lang.String name)
          Checks if the specified name is empty or null, throwing an exception if it is.
static java.lang.String ApiUtils.checkEmptyName(java.lang.String name, java.lang.String caption)
          Checks if the specified name is empty or null, throwing an exception if it is.
static java.lang.String ApiUtils.checkEmptyParam(java.lang.String param, java.lang.String name)
          Checks if the specified String parameter is empty or null, throwing an exception if it is.
static void ApiUtils.checkNullParam(java.lang.Object param, java.lang.String paramName)
          Throws an exception if the specified parameter value is null.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.