com.esri.adf.security.util
Class Args

java.lang.Object
  extended by com.esri.adf.security.util.Args

public class Args
extends java.lang.Object

Class to validate input arguments to methods


Constructor Summary
Args()
           
 
Method Summary
static void checkForNull(java.lang.Object aObject)
          Method to check that objects are not null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Args

public Args()
Method Detail

checkForNull

public static void checkForNull(java.lang.Object aObject)
                         throws ArcGISSecurityException
Method to check that objects are not null

Parameters:
aObject - - any input parameter of type Object
Throws:
ArcGISSecurityException - if the aObject is null