|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.im.tools.Assert
public final class Assert
Convenience.
| Method Summary | |
|---|---|
static void |
isNotNull(java.lang.Object object)
Asserts that given object is not null. |
static void |
isNotNull(java.lang.Object obj,
java.lang.String msg)
Asserts that given object is not null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void isNotNull(java.lang.Object object)
throws hudson.plugins.im.tools.Assert.AssertionFailedException
object - to check against null
AssertionFailedException - if object was null
hudson.plugins.im.tools.Assert.AssertionFailedException
public static final void isNotNull(java.lang.Object obj,
java.lang.String msg)
obj - object to check against null
AssertionFailedException - if object was null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||