|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.security.util.Args
public class Args
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 |
|---|
public Args()
| Method Detail |
|---|
public static void checkForNull(java.lang.Object aObject)
throws ArcGISSecurityException
aObject - - any input parameter of type Object
ArcGISSecurityException - if the aObject is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||