|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.util.ValidationUtils
public class ValidationUtils
Extensions to Validate
| Constructor Summary | |
|---|---|
ValidationUtils()
|
|
| Method Summary | |
|---|---|
static void |
isNull(java.lang.Object o)
Checks that the Object parameter is null and throws an IllegalArgumentException otherwise |
static void |
isNull(java.lang.Object o,
java.lang.String message)
Checks that the Object parameter is null and throws an IllegalArgumentException otherwise, with the given message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationUtils()
| Method Detail |
|---|
public static void isNull(java.lang.Object o)
public static void isNull(java.lang.Object o,
java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||