|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.diasparsoftware.gsbase.Assert
A utility for runtime assertions.
Constructor Summary | |
Assert()
|
Method Summary | |
static void |
notNull(java.lang.String argumentName,
java.lang.Object argumentValue)
Throws a runtime exception if the specified value is null. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Assert()
Method Detail |
public static final void notNull(java.lang.String argumentName, java.lang.Object argumentValue)
argumentName
- The name of the argument you are checkingargumentValue
- The value of the argument you are checking
com.gargoylesoftware.base.util.DetailedNullPointerException
- Thrown if argumentValue
is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |