|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.errorhandling.ArgsChecker
public class ArgsChecker
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.
| 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 |
|---|
public ArgsChecker()
| Method Detail |
|---|
public static void notNull(java.lang.Object arg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||