|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.web.helper.CheckMethodes
public final class CheckMethodes
Methods checking attributes.
Constructor Summary | |
---|---|
CheckMethodes()
|
Method Summary | |
---|---|
static boolean |
checkAttributIsEmpty(java.lang.Object attribut)
Runs a 'null'-check. |
static void |
checkAttributIsEmptyAndThrowException(java.lang.Object attribut,
java.lang.String message)
If the checked attribute is empty a NullPointerException will be thrown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckMethodes()
Method Detail |
---|
public static final boolean checkAttributIsEmpty(java.lang.Object attribut)
attribut
- This object will be check.
public static final void checkAttributIsEmptyAndThrowException(java.lang.Object attribut, java.lang.String message)
NullPointerException
will be thrown.
attribut
- This object will be check.message
- Takes a message into the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |