public class Utilities extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkSet(Object arg,
String name)
Checks that the value isn't null.
|
public static void checkSet(Object arg, String name)
arg - argument to check.name - name of variable used in exception message.IllegalStateException - if the supplied argument is null.Copyright © 2004–2017 Sakai Project. All rights reserved.