|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.defne.utility.Assertions
public final class Assertions
Some assertions.
| Method Summary | |
|---|---|
static void |
checkForNull(Object object,
String message)
Checks the given parameter for nullability. |
static void |
checkForNullParameter(Object object,
String parameterName)
Checks the given parameter for nullability. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void checkForNull(Object object,
String message)
object - controlled objectmessage - message
public static void checkForNullParameter(Object object,
String parameterName)
object - controlled objectparameterName - parameter name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||