public class ParamUtils
extends java.lang.Object
Constructor | Description |
---|---|
ParamUtils() |
Modifier and Type | Method | Description |
---|---|---|
static void |
CheckNullEmptyString(java.lang.String target,
java.lang.String name) |
Checks if a string is empty or null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ParamUtils()
public static void CheckNullEmptyString(java.lang.String target,
java.lang.String name)
throws ParamException
ParamException
if the string is empty of null.target
- target stringname
- a name to describe this stringParamException